Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.01 KB

bash-commands.markdown

File metadata and controls

18 lines (9 loc) · 1.01 KB

Bash commands

  • echo - write arguments to the standard output

  • cat - concatenate and print files

  • touch - change file access and modification times

  • ls - list directory contents

  • mkdir - make directories

  • rm - remove directory entries

  • ln - make hard and symbolic links to files

  • grep - file pattern searcher