Eleven bash Tips You Might Want to Know
Here are some tips that might help you be more productive with bash. 1) ^x^y^ A gem I use all the time. Ever typed anything like this? $ grp somestring somefile -bash: grp: command not found Sigh. Hit ‘up’, ‘left’ until at the ‘p’ and type ‘e’ and return. Or do this: $ ^rp^rep^ grep … Read more