SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 8 days agoLinux Catlemmy.zipexternal-linkmessage-square65linkfedilinkarrow-up11file-text
arrow-up11external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 8 days agomessage-square65linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up0·8 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-up0·8 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.