SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 2 months agoLinux Catlemmy.zipexternal-linkmessage-square52linkfedilinkarrow-up118arrow-down11file-text
arrow-up117arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 2 months agomessage-square52linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up1·2 months 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-up2·2 months 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.