SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 7 天前Linux Catlemmy.zipexternal-linkmessage-square68linkfedilinkarrow-up1435arrow-down19file-text
arrow-up1426arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 7 天前message-square68linkfedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up16·6 天前You’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·6 天前 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.