SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 23 days agoLinux Catexternal-linkmessage-square69linkfedilinkarrow-up1439arrow-down19file-text
arrow-up1430arrow-down1external-linkLinux CatSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 23 days agomessage-square69linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up17·23 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-up19·23 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.