File Manipulation UNIX commands

  1. cat – This is used to display file contents . Syntax  : cat filename
  2. cp – This command is used to copy file from a particular source to destination. Syntax : cp source destination
  3. mv – This command is used to move or rename files. Sysntax : mv oldname newname
  4. rm – This command is used to remove file. Syntax : rm filename
  5. pico – This command is used to create or modify file . Syntax : pico filename

Leave a Reply