Unix Basics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[ Shell Commands ]] |
|||
( in alphabetical order ) |
|||
[[ Compilers ]] |
|||
'''grep''' to show lines mathcing a pattern from files |
|||
---- |
|||
grep EPOT runs/mo-example/A.log |
|||
'''External Sites''' |
|||
grep -w mea Fortran/MEAM-Baskes/meam/* |
|||
[http://steve-parker.org/sh/sh.shtml Bash Shell Scripting] |
|||
[http://fosswire.com/2007/08/02/unixlinux-command-cheat-sheet/ Unix Command Reference Sheet] |
|||
[http://www.thegeekstuff.com/2009/02/linux-101-hacks-download-free-ebook/ Linux 101 Hacks - Download free eBook] |
|||
[https://www.git-tower.com/blog/git-cheat-sheet/ Git Cheat Sheet] |
|||