838
you are viewing a single comment's thread
view the rest of the comments
[-] miniu@programming.dev 17 points 1 year ago

Why when explaining, giving examples of shell command are people so often providing shortened arguments. It makes it all seam like some random letters you have to remeber by heart. Instead of -x just write --extract. If in the end they endup using the tool so often they need to write it fast they'll check the shortcuts.

[-] catacomb@beehaw.org 7 points 1 year ago* (last edited 1 year ago)

I don't even mind the shortened arguments too much, though it doesn't help. It's more that every example seems to smush them together into a string of letters.

I would have found

tar -x -f pics.tar ./pics

to be clearer when I was learning. There's plenty of commands which allow combining flags but every tar tutorial seems to do it from the beginning.

[-] bullshitter@lemm.ee 4 points 1 year ago

Does every Linux command have options as words instead of single letters?

[-] MonkderZweite@feddit.ch 8 points 1 year ago

Tar is as old as IT, that's why it's syntax is a bit special.

[-] barsoap@lemm.ee 5 points 1 year ago

tar -xf is not really special combining short options isn't uncommon.

Where tar is nonstandard is that you can leave out the -, tar xf is actually how POSIX specifies it. And we've kinda come full circle on that one with many modern utilities using a command syntax, you can read tar xf as "tar extract file" just as you can read git pull as, well, "git pull".

If you want to see a standard command with truly non-standard syntax have a look at dd.

[-] MonkderZweite@feddit.ch 1 points 1 year ago* (last edited 1 year ago)

Nono, dash-parameters are new in fancy GNU tar. And POSIX is not old.

[-] sonnenzeit@feddit.de 6 points 1 year ago* (last edited 1 year ago)

Many do as it's considered good practice, but it's not guaranteed, it just depends on the individual command (program). Usually you can use the --help option to see all the options, so for instance tar --help.

[-] Zangoose@lemmy.one 4 points 1 year ago

Most commands will have expanded arguments started with 2 dashes that usually look like '--verbose-name-of-option', they're usually listed in the man page/documentation along with the abbreviated letter version

[-] ExLisper@linux.community 0 points 1 year ago

They are random letters you have to learn by hard. No one uses the long form. If someone just needs to use it one time they will copy the line from somewhere.

this post was submitted on 18 Sep 2023
838 points (98.1% liked)

Linux

47334 readers
1185 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS