glassyoghurtsipper@lemmy.world to linuxmemes@lemmy.world · 3 years agoPoor doggo..lemmy.worldimagemessage-square49linkfedilinkarrow-up1573arrow-down132file-text
arrow-up1541arrow-down1imagePoor doggo..lemmy.worldglassyoghurtsipper@lemmy.world to linuxmemes@lemmy.world · 3 years agomessage-square49linkfedilinkfile-text
minus-squareObi@sopuli.xyzlinkfedilinkarrow-up9·3 years agoWell, I have no idea what the commands do but I still enjoyed the joke.
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up5·3 years agoMan = manual. Not sure what cat stands for but it prints the content of a file to the terminal (command line).
minus-squarefeddylemmy@lemmy.worldlinkfedilinkarrow-up22·3 years agoI believe it stands for concatenate.
minus-squarequaddo@reddthat.comlinkfedilinkarrow-up3·3 years agoI learned it long ago as “catenate”. checks Google Yep, seems to fit.
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up2·3 years agoRight, I always forget it can do more than just print file contents. Well, not planning on remembering it tomorrow.
minus-squareelscallr@lemmy.worldlinkfedilinkarrow-up5·edit-23 years agocat file1 file2 > file3 => the contents of both file1 and file2 concatenating their contents into file3
Well, I have no idea what the commands do but I still enjoyed the joke.
Man = manual. Not sure what cat stands for but it prints the content of a file to the terminal (command line).
I believe it stands for concatenate.
I learned it long ago as “catenate”.
checks Google
Yep, seems to fit.
Right, I always forget it can do more than just print file contents. Well, not planning on remembering it tomorrow.
cat file1 file2 > file3=> the contents of bothfile1andfile2concatenating their contents intofile3