minus-squareccryx [he/him]@discuss.tchncs.detoSelfhosted@lemmy.world•Is there a self-hosted project that does url decoding in a privacy respecting fashion?linkfedilinkEnglisharrow-up1·edit-224 days agoYou can use man <command> (in this case man cut) to read a program’s manual page. Appending --help (without any other arguments will often produce at least a short description of the program and list the available options. linkfedilink
You can use
man <command>
(in this caseman cut
) to read a program’s manual page. Appending--help
(without any other arguments will often produce at least a short description of the program and list the available options.