* Thorsten Kampe (Mon, 17 Oct 2016 08:25:13 +0200)
> the following bash script results in a different output when
> redirected to a file.
>
> ```
> printf "FIRST LINE\n" > /dev/stderr
> shopt -os xtrace
> printf "SECOMD LINE\n" > /dev/stderr
> ```
On further inspection: the `xtrace` is not rela
Hi,
the following bash script results in a different output when
redirected to a file.
```
printf "FIRST LINE\n" > /dev/stderr
shopt -os xtrace
printf "SECOMD LINE\n" > /dev/stderr
```
```
$ bash script.sh
FIRST LINE
+ printf 'SECOMD LINE\n'
SECOMD LINE
```
```
$ bash script.sh 2> file && cat
Greetings, Camilo Lozano III!
> Hello,
> I would like to submit my mirror site to you guys and requesting to add
> it to your list.
Then do it as explained in the https://cygwin.com/mirrors.html#mirroradmin
> Mirror Site: http://cygwin.nz.camilord.com/pub/cygwin/
> Region: New Zealand
> Than
3 matches
Mail list logo