Tired of cp -v myfile myfile.bak
every time ?
This may be for you: bak myfile
Usage: bak [OPTIONS] <FILENAME>
Arguments:
<FILENAME> Specify the filename to backup
Options:
-d, --delete Add this flag to delete the backup file
-h, --help Print help
-V, --version Print version
MIT License Copyright (c) 2024 ramiuslr