minus-squareqqq@lemmy.worldtoProgrammer Humor@programming.dev•Linux Catlinkfedilinkarrow-up0·19 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. linkfedilink
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.