SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 3 days agoLinux Catlemmy.zipexternal-linkmessage-square61linkfedilinkarrow-up1426arrow-down18file-text
arrow-up1418arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 3 days agomessage-square61linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up15·3 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-up15·3 days 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.