Write a command to copy all files and directories in your cu
Write a command to copy all files and directories in your current directory to a directory called “backups” which is an empty directory in your current directory. Be careful, you don’t want to start a copy of what is in “backups” to itself. You may assume that nothing in your current directory starts with “b” except “backups”.. (Hint: Remember [! ] ) in linux
Solution
This will copy all files in current directory to backups directory.
