SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 19 days agoLinux Catlemmy.zipexternal-linkmessage-square9fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 19 days agomessage-square9fedilinkfile-text
minus-squarelokalhorst@feddit.orglinkfedilinkarrow-up0·edit-219 days agoIf I just want to look at the file, is there a better way than cat foo.txt? I guess I can’t just do < foo.txt
minus-squaremote@lemmy.calinkfedilinkarrow-up1·19 days agoSo close! you have to do cat < foo.txt :-) (/s)
If I just want to look at the file, is there a better way than
cat foo.txt? I guess I can’t just do< foo.txtSo close! you have to do
cat < foo.txt:-) (/s)