Cedric Mills

Authored Comments

My favorite Linux terminal trick is to use ^ when I make a typo on a command and don't feel like typing it again.
For example, if I type something like,
"ps aux | grrp firefox"
and misspell "grep" then I'll just type
"^grrp^grep"
and that will execute the command correctly without me having to type the entire line.

YouTransfer looks promising. I think I'll give that a try this weekend. Good info. Thx!