Posts Tagged ‘unix’
- Headline
Unix Command Line Cheat Sheet
- Date
- February 24th, 2012
- Category
- Developer
- Story
Here are some unix commands I find useful. Display All Running Processes $ ps aux Limit to only look at celeryd processes: $ ps aux | grep celeryd List Contents of a Directory including Hidden Files/Folders: $ ls -l -a Searching Find all files with some text in the file: find . -exec grep -l … read more
- Comments
- 1 Comment »
