@0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish • 7 months agoTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.worksimagemessage-square144fedilinkarrow-up1614arrow-down159
arrow-up1555arrow-down1imageTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.works@0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish • 7 months agomessage-square144fedilink
minus-squaredream_weasellinkfedilink3•7 months 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_weasellinkfedilink3•7 months 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.