Timeline for Output redirection, pipe and ``
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 29, 2016 at 18:43 | answer | added | derobert | timeline score: 1 | |
| Nov 29, 2016 at 17:48 | comment | added | IgorNikolaev | @ThomasN @MetNP Yes, also I can nano which env``, but also I hoped for a little bit more detailed answer with explanation how it works and why my solution does not. | |
| Nov 29, 2016 at 17:44 | comment | added | Thomas N | I'm assuming that env in your system is something editable by nano (it's a 64-bit Mach executable on mine, so I don't really want to risk corrupting it), so I substituted the cd command and nano $(which cd) does what you are expecting, at least on OSX. | |
| Nov 29, 2016 at 17:41 | comment | added | Asain Kujovic | then your nano version is older (must be >=2.2 for stdin feature, you can check with nano -V ). then workarround would be: nano <(which env) | |
| Nov 29, 2016 at 17:37 | review | First posts | |||
| Nov 29, 2016 at 17:56 | |||||
| Nov 29, 2016 at 17:37 | comment | added | IgorNikolaev | @MetNP same result | |
| Nov 29, 2016 at 17:35 | comment | added | Asain Kujovic | which env | nano -, where - means stdin. | |
| Nov 29, 2016 at 17:32 | history | asked | IgorNikolaev | CC BY-SA 3.0 |