The Picard Maneuver@lemmy.worldM to Cartography Anarchy@lemm.eeEnglish · 1 month agoIf there were no vowels in the Midwestlemmy.worldimagemessage-square27fedilinkarrow-up1148arrow-down17
arrow-up1141arrow-down1imageIf there were no vowels in the Midwestlemmy.worldThe Picard Maneuver@lemmy.worldM to Cartography Anarchy@lemm.eeEnglish · 1 month agomessage-square27fedilink
minus-squarekabi@lemm.eelinkfedilinkEnglisharrow-up7·1 month agomnnst: Reads from a file or stdin and outputs only the lines that begin with at least a given number of whitespace characters. w: Displays the users currently logged in on the system. h: Outputs “–help\n” to stdout continuously until SIGINT is sent to it. llns: Reads from a file or stdin and outputs the same lines with the line number prepended to them, optionally with padding zeroes. ndn: Parses a file path and outputs the number of directories the file is nested in (absolute). One of those is real btw.
mnnst: Reads from a file or stdin and outputs only the lines that begin with at least a given number of whitespace characters.
w: Displays the users currently logged in on the system.
h: Outputs “–help\n” to stdout continuously until SIGINT is sent to it.
llns: Reads from a file or stdin and outputs the same lines with the line number prepended to them, optionally with padding zeroes.
ndn: Parses a file path and outputs the number of directories the file is nested in (absolute).
One of those is real btw.