- cd /home/user/Download
- sudo cp filename /usr/bin
If you want to copy a folder from your download then just add -r before cp command
sudo cp -r foldername /usr/bin
you can use mv command to move that file or folder
sudo mv filename /usr/bin
3. awk: line 2: missing } near end of file
use awk '{print $1,$2,$4,$5}'
3. awk: line 2: missing } near end of file
use awk '{print $1,$2,$4,$5}'