Changes

Linux Commandline Stuff

2 bytes removed, 19:03, 26 September 2012
finding things with ls and grep
= finding things with ls and grep =
* find this filename in a recursive search and show previous 30 lines of result:
<codepre>ls -laR . | grep -b30 "scale_signal.o" </codepre>
= forwarding localhost mysql to a remote machine =