Zombie Zen

Posts tagged "bash"

Unix Command Line of the Day

Posted at by Ross Light

I wanted to paste a text file with my homework assignment into Gmail. Unfortunately, said text file was on the school server and I really didn’t want to permanently download the thing to my hard drive. So this is what I did:

scp $vogon:~/graph.txt /dev/stdout | pbcopy

This connects to the school server, retrieves graph.txt from my home directory, and copies it to standard out. I then piped the text into pbcopy, which is the Mac utility for manipulating the clipboard. After that, I switched to Gmail and did a paste.

Unix/bash is cool!

Posted at
Permalink

100th Post!

Posted at by Ross Light
A DOS prompt makes me sad. A bash prompt elicits unbridled joy in my heart.

The above quote came out of a rather interesting discussion in my early morning programming lecture.

And as stated above, this is my 100th post! I’d like to thank my kind readers and followers for making Zombie Zen a wonderful experience. To celebrate the occasion, I thought I’d send along a picture!

100th post!

HOPE YOU LIKE FINGER CONTORTIONS. :P

Posted at
Permalink