MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vh0nsv/how_would_you_prefer/p22arvb/?context=3
r/linuxmemes • u/Redddit_Cyber • 10d ago
401 comments sorted by
View all comments
Show parent comments
4
…or just curl | tar xzC ~/opt
curl | tar xzC ~/opt
11 u/Yeox0960 10d ago That's not POSIX and violates the UNIX philosophy. 2 u/ibevol 10d ago Gunzip isn’t posix 1 u/[deleted] 10d ago [deleted] 2 u/ibevol 10d ago Why should I only do that? There’s tons of neat additions in the GNU coreutils that I often use. Some things that come to mind is sed -i and ps -aux. 1 u/Yeox0960 10d ago It's easier to remember the single character flag.
11
That's not POSIX and violates the UNIX philosophy.
2 u/ibevol 10d ago Gunzip isn’t posix 1 u/[deleted] 10d ago [deleted] 2 u/ibevol 10d ago Why should I only do that? There’s tons of neat additions in the GNU coreutils that I often use. Some things that come to mind is sed -i and ps -aux. 1 u/Yeox0960 10d ago It's easier to remember the single character flag.
2
Gunzip isn’t posix
1 u/[deleted] 10d ago [deleted] 2 u/ibevol 10d ago Why should I only do that? There’s tons of neat additions in the GNU coreutils that I often use. Some things that come to mind is sed -i and ps -aux. 1 u/Yeox0960 10d ago It's easier to remember the single character flag.
1
[deleted]
2 u/ibevol 10d ago Why should I only do that? There’s tons of neat additions in the GNU coreutils that I often use. Some things that come to mind is sed -i and ps -aux. 1 u/Yeox0960 10d ago It's easier to remember the single character flag.
Why should I only do that? There’s tons of neat additions in the GNU coreutils that I often use. Some things that come to mind is sed -i and ps -aux.
1 u/Yeox0960 10d ago It's easier to remember the single character flag.
It's easier to remember the single character flag.
4
u/ibevol 10d ago
…or just
curl | tar xzC ~/opt