shark_byte@lemmy.zip to Programmer Humor@programming.dev · 2 days agoLinux Catlemmy.zipexternal-linkmessage-square58fedilinkarrow-up1405arrow-down18file-text
arrow-up1397arrow-down1external-linkLinux Catlemmy.zipshark_byte@lemmy.zip to Programmer Humor@programming.dev · 2 days agomessage-square58fedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up13·2 days 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-up13·1 day 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.