SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 5 days agoLinux Catlemmy.zipexternal-linkmessage-square68fedilinkarrow-up1436arrow-down18file-text
arrow-up1428arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 5 days agomessage-square68fedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up17·5 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-up18·5 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.