command - Description
Examples:
bash code in here
mv - Move file or Rename file
Examples:
mv sourceFile destinationFile
mv sourceFile destinationLocation
mv myFile.txt myFolder/
cp - Copy file or folder
Examples:
cp filename.cpp myCopy.cpp
cp -r myFolder/ myNewFolder
- cp (folder and individual files)
- rm (file and directories)
- rmdir
- ln -s
- scp
- pwd
- ls (hidden files and files starting or ending with specific patterns like all files ending in txt or all files starting with the letter b)
- tar
- curl
- wget
- scp
- rsync
- cat
- sort
- uniq
- grep