SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 1 month agoLinux Catlemmy.zipexternal-linkmessage-square60linkfedilinkarrow-up1408file-text
arrow-up1408external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 1 month agomessage-square60linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up15·1 month 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-up17·1 month 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.