develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 1,494

  1. Dev 1: Hey I just invented this cool new terminal trick, called "pipes"! You pass the data from one command to another with simple syntax. Dev 2: Sounds awesome, what does it look like? Dev 1: You put a wall between two commands! Dev 2: ... wat?
    A line of Bash shell script which reads: '"echo foo | sed "s,foo,bar,g"'. The "pipe" character acts as a clear wall between the two commands.