Skip to content

icecreammatt/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Notes

Entry Template

command - Description

Examples:

bash code in here

File Management

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

File Transfer

  • curl
  • wget
  • scp
  • rsync

Pipe tools

  • cat
  • sort
  • uniq
  • grep

About

Examples and notes for commonly used commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published