shark_byte@lemmy.zip to Programmer Humor@programming.dev · 1 day agoLinux Catlemmy.zipexternal-linkmessage-square53linkfedilinkarrow-up1345arrow-down17file-text
arrow-up1338arrow-down1external-linkLinux Catlemmy.zipshark_byte@lemmy.zip to Programmer Humor@programming.dev · 1 day agomessage-square53linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up10·22 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-up10·19 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.