Unix Tricks
cfenollosa.com
Unix Tricks
1–10 of 166 posts
Re: Unix Tricks
#2I wonder if I can convince the author of this to put it up in a Git repo so everyone can contribute. It probably needs the tiny URLs removed (IME, they're more likely to break than the original site)
Re: Unix Tricks
#3It's amazing how many years I've been using bash and I still have things to discover.
Ctrl-x Ctrl-e nice tip!
Re: Unix Tricks
#4Re: Unix Tricks
#5Ctrl-R is by far the most useful one for me.
Re: Unix Tricks
#6Very interesting resource!
It's amazing to see how after 10 years of using command line that you can learn new tricks. Every single day!
Re: Unix Tricks
#7One to add: Unfreezing terminal after pressing Ctrl+S by accident. Press Ctrl-Q.
Re: Unix Tricks
#8one more resource
http://www.thegeekstuff.com/2010/11/50-linux-commands/
Re: Unix Tricks
#9And for python3:
python3 -m http.server 8080
Re: Unix Tricks
#10You might want to try out the more modern fish shell as well: http://fishshell.com/ It makes history searching even easier.