shark_byte@lemmy.zip to Programmer Humor@programming.dev · 13 hours agoLinux Catlemmy.zipexternal-linkmessage-square42fedilinkarrow-up1298file-text
arrow-up1298external-linkLinux Catlemmy.zipshark_byte@lemmy.zip to Programmer Humor@programming.dev · 13 hours agomessage-square42fedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up11·8 hours agoYou’ll see cat FILE | all the time because it’s just a natural start to a pipeline. You cat FILE to see the content unfiltered before filtering it with further commands.
minus-squareBasedMaquisEddington@lemmy.dbzer0.comlinkfedilinkarrow-up6·5 hours ago it’s just a natural start to a pipeline
You’ll see
cat FILE |all the time because it’s just a natural start to a pipeline. Youcat FILEto see the content unfiltered before filtering it with further commands.