Unix Basics: Difference between revisions
Jump to navigation
Jump to search
(New page: == Shell Commands == ( in alphabetical order ) '''grep''' to find a expression from files grep EPOT runs/mo-example/A.log grep -w mea Fortran/MEAM-Baskes/meam/*) |
|||
| Line 2: | Line 2: | ||
( in alphabetical order ) |
( in alphabetical order ) |
||
'''grep''' to |
'''grep''' to show lines mathcing a pattern from files |
||
grep EPOT runs/mo-example/A.log |
grep EPOT runs/mo-example/A.log |
||
Revision as of 16:08, 1 December 2007
Shell Commands
( in alphabetical order )
grep to show lines mathcing a pattern from files
grep EPOT runs/mo-example/A.log grep -w mea Fortran/MEAM-Baskes/meam/*