Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
nine_k
3y ago
0 comments
Save
Share
Those are so useful that I wrote trivial shell functions that do the same under Linux.
0 comments
1 comments · 1 top-level
top
newest
oldest
timf
3y ago
Since I'm bouncing between OSX and Linux a lot, I have a shell script with the same name on each that boils down to:
if [ `uname` == "Darwin" ]; then pbcopy else xsel --clipboard fi
1 more reply
j
/
k
navigate · click thread line to collapse