Difference between revisions of "Shell"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{techy}}
 
{{techy}}
 +
 +
== Files ==
 +
touch
 +
  create file, update timestamp
 +
echo > file
 +
  overwrite file
  
 
== Bash ==
 
== Bash ==

Revision as of 12:54, 27 June 2012


Files

touch
  create file, update timestamp
echo > file
  overwrite file

Bash

man: echo

Basics

Options

More

Zsh

lshell

Other