Timeline for How to redirect stdout from right to left
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 25, 2019 at 13:07 | vote | accept | Bilow | ||
| Nov 25, 2019 at 12:44 | answer | added | VasyaNovikov | timeline score: 5 | |
| Oct 10, 2016 at 13:32 | vote | accept | Bilow | ||
| Nov 25, 2019 at 13:07 | |||||
| Oct 4, 2016 at 9:04 | comment | added | Bilow | Ctrl+A and Alt+F are faster than moving cursor to left. But it is even more faster to "up-arrow and edit". See Peter Cordes comments below. Thanks for suggestion though. | |
| Oct 4, 2016 at 0:10 | comment | added | chepner | It takes you seconds to type Ctrl+A? | |
| Oct 3, 2016 at 14:46 | comment | added | Bilow | Yet shell shortcuts may be useful, I still have to press those key multiple times to get the cursor on the desired argument, whereas having the cursor directly at the end makes me win seconds | |
| Oct 3, 2016 at 14:40 | history | tweeted | twitter.com/StackUnix/status/782953447045955584 | ||
| Oct 3, 2016 at 14:03 | answer | added | Olivier Dulac | timeline score: 10 | |
| Oct 3, 2016 at 11:18 | comment | added | terdon♦ | How would that be faster? Are you just looking for the shell shortcuts like Ctrl+A to go to the beginning and Alt+F to move forward one word at a time? | |
| Oct 3, 2016 at 10:26 | comment | added | Lambert |
or ./bar < <(./foo) if bar is a script.
|
|
| Oct 3, 2016 at 10:15 | comment | added | Lambert |
Not really a pipe but you might use ./bar <(./foo)
|
|
| Oct 3, 2016 at 10:08 | answer | added | ilkkachu | timeline score: 4 | |
| Oct 3, 2016 at 9:58 | history | asked | Bilow | CC BY-SA 3.0 |