|
|
|
|
|
by mprovost
451 days ago
|
|
The OG drill book (Unix Power Tools) had a tip for quick note taking - redirect to /dev/null. For the past 25 years I pretty much always have a terminal window open with a shell redirecting to /dev/null so I can copy and paste or type quickly. I suppose if you wanted to save it you could redirect to a file instead of /dev/null but I always treat it as a buffer that will eventually go away. |
|
If you have a few minutes and could clarify, I'd appreciate it. I love a good *nix workflow.