User Tools

Site Tools


blog:fall2015:rsanche1:journal

This is an old revision of the document!


This week's things which were learned

Sept 19th, 2015

cat needs input. The pipe (|) is magic.

cat file|more cat file|less

|less is more, and Iceland is green.

output|input

grep -for text files

grep ' ' and grep '[ ]'

(<,>) output redirection

“ half quotes -variable expansion ' Full quotes -literal ` back tick -command expansion

$ variable access

Wildcards * 0 or more ? 1 of anything [] 1 of enclosed -character class [^ ] not 1 of enclosed -inverted character class

alias name command

meme=“Long cat” alias cm=“echo $meme” echo meme Long cat

blog/fall2015/rsanche1/journal.1442679853.txt.gz · Last modified: 2015/09/19 16:24 by rsanche1