Copy command for taking backup
October20
This is one of the trick in copy command
Normally we take backup the file using the following syntax
cp <file_name.sh> <file_name.sh.bak>
you can use do the samething like this also…
1 | cp file_name.{sh,sh.bak} |
Recent Comments