You mean the cup holder?
You mean the cup holder?
And if officer shows up explain you didn’t have gray hair or a cane or mention needing one during the balance test?
Right, it was an example of a pattern. In that case, -p could be used.
Yeah, not sure how I missed this one!
Ironically, when I tried to load Wired’s story about this travesty, Wired quickly hid the content with pop-over asking me to subscribe.
I like batcat aka bat, but nominate the humble ‘cat’ instead.
Want to copy a disk image to a device? You can use cat for that: cat file.iso>/dev/sdf
What to copy local stdout over ssh? Use cat.
ls -l | ssh myhost 'cat >out.txt'
That’s simple and surprisingly powerful.
For some cases I use “|| true”.
The idiom accepts that the preceding command might fail, and that’s OK.
For example, a script where mkdir creates a directory that might already exist.
Nginx has a number of compile-time optional features and they aren’t all enabled in the pre-built packages. For example, the ability to echo back HTTP requests for debugging.
Yes, Fish excels at being an interactive shell.
What do you check two hours later?
120 MB? That’s more than a ZipDisk!
I knew I attended a well-funded modern college because all the computers had been upgraded with ZipDrives.