$ command line ruby cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:File in Use? lsof | grep <file> (case-sensitive) Check the dependecy of a binary file: objdump -p a.exe | grep 'DLL Name' To run a process in the background, regardless of whether the terminal window is closed: nohup <some command> & eg. nohup ruby /u/app/qbglc/current/script/runner -e development 'load "/u/app/qbglc/current/script/app/some_script.rb"' &
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.
Advertisement