Results 1 - 5 of about 5 results out of about 103892 pages. (0.02 seconds)

BashPitfalls . . . 17 matches
...n you least expect it. If you use `>` inside `[ ]`, it's even worse: it's an output redirection. You'll get a file named `7` in your directory, and the test will succeed as long a...

86.2k - rev: 572 (current) last modified: 2024-04-04 23:09:24

BashFAQ/055 . . . 11 matches
...e between 2>&1 >foo and >foo 2>&1, and when do I use which? == Bash processes all [[Redirection|redirections]] from left to right, in order. And the order is significant. Moving...

6.3k - rev: 11 (current) last modified: 2014-03-06 17:04:32

BashProgramming/03 . . . 4 matches
...ings can't contain NUL bytes. == Opening and closing == (Introductory material: [[Redirection]], FileDescriptor.) Simple bash scripts will read from stdin and write to stdout/s...

17.0k - rev: 8 (current) last modified: 2019-03-14 20:33:06

BashFAQ/106 . . . 3 matches
...y, if you want to run a script and send its output to a logfile, you'd simply use [[Redirection]]: `myscript >log 2>&1`. Or to see the output on the screen ''and also'' redirect ...

7.7k - rev: 12 (current) last modified: 2023-09-24 17:44:15

CategoryShell . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en These pages discuss issues associated with the Unix command line shells, especially bash, but a...

0.6k - rev: 2 (current) last modified: 2009-03-11 17:10:59