| Post AtdtxAeNJyv1f9Mgim by [email protected] | |
| More posts by [email protected] | |
| Post #Atdg0f3xJ1CNUp6H32 by [email protected] | |
| 0 likes, 2 repeats | |
| Here is a pro tip: Process substitution allows you to treat the output of a #Li… | |
| Post #Atdg29gQwcdsknoInQ by [email protected] | |
| 0 likes, 1 repeats | |
| For example, with process substitution, you can do it in one step without creat… | |
| Post #AtdhDqa1tbL6w2xCeO by [email protected] | |
| 0 likes, 0 repeats | |
| One place where command substitution does not work is the main command doing do… | |
| Post #AtdhQjKk9KrcE0wmFk by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraftHave you tried:ls -l <(ls)Of course the second command is irrelevan… | |
| Post #Atdi35Y60AVi83U1DM by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraft Bourne shell made it easy to direct stdout though the pipeline and co… | |
| Post #Atdj7EjZtRRBjFOayO by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraft I sometimes do this to compare a local and remote file. vim -d myfile… | |
| Post #AtdjICWeRd8q44ZsES by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraft commonly called "the penguin operator" | |
| Post #AtdkEhM5yinWTeX9pg by [email protected] | |
| 0 likes, 0 repeats | |
| @nixcraft Thanks for the explanation. I was using these every now and then but … | |
| Post #AtdmuhJ6kPjaOmI640 by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraftDoes this have any advantage over regular pipes except for it being li… | |
| Post #AtdtxAeNJyv1f9Mgim by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraft This really useful. Und one of the way to write clean commands in Bas… | |
| Post #Ate4n1HcOMO5DA5Bui by [email protected] | |
| 0 likes, 0 repeats | |
| @zem @nixCraft Can you do `diff <(command 1) <(command 2)` with regular p… | |
| Post #Ate50o3KNZyyEQyLqK by [email protected] | |
| 0 likes, 0 repeats | |
| @mackaj @nixCraft And of course it works just the same to diff two remote files… | |
| Post #AteRE93zlrjO9T3BBI by [email protected] | |
| 0 likes, 0 repeats | |
| @[email protected] i have made use of that feature a few days ago becaus… | |
| Post #AteTetbpXO1dwqlATA by [email protected] | |
| 0 likes, 0 repeats | |
| @nixCraft That command can fail.You expecting that the output of ls1 is the ide… |