@[email protected] to [email protected]English • 1 year agoTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.worksimagemessage-square151fedilinkarrow-up1630
arrow-up1630imageTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.works@[email protected] to [email protected]English • 1 year agomessage-square151fedilink
minus-squaredream_weasellinkfedilink4•1 year agoSure there is: find / -name myprogram*.md -o -name myprogram*.txt or start with just looking for the program name and pipe to less
minus-squaredream_weasellinkfedilink6•1 year agoThe prompt was realistic not simple lol. Usually some man or programname -h and then reading will tell you where to look and that’s simple. Not many people want to hear “RTFM” though.
Sure there is:
find / -name myprogram*.md -o -name myprogram*.txt
or start with just looking for the program name and pipe toless
So simple
The prompt was realistic not simple lol. Usually some
man
orprogramname -h
and then reading will tell you where to look and that’s simple. Not many people want to hear “RTFM” though.