5,710
edits
Changes
→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 =