atmur@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agoevery time i can't remember how to use a commandlemmy.worldimagemessage-square64fedilinkarrow-up1646arrow-down18file-textcross-posted to: linux_memes@programming.dev
arrow-up1638arrow-down1imageevery time i can't remember how to use a commandlemmy.worldatmur@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square64fedilinkfile-textcross-posted to: linux_memes@programming.dev
minus-squareOok the Librarian@lemmy.worldlinkfedilinkarrow-up1·1 year agoman is self-paging and searchable. It uses some old-school emacs bindings like Ctrl + V before PgDn was a standard key. If cmd --help spews a bunch of info to the screen, you basically have to handle it with grep or less or go modern.
man
is self-paging and searchable. It uses some old-school emacs bindings like Ctrl + V before PgDn was a standard key.If
cmd --help
spews a bunch of info to the screen, you basically have to handle it withgrep
orless
or go modern.