On 9/8/13, Zenaan Harkness wrote:
> On 9/8/13, Zenaan Harkness wrote:
>> OK, I have the following script (reduced, just enough to demonstrate
>> the problem):
>>
>> --- test.sh ---
>> #!/bin/bash
>> cmd="apt-cache search debian-installer | sort | egrep --color=always
>> -i debian-installer"
>> #t
On Sunday, September 8, 2013 4:00:02 AM UTC-4, Zenaan Harkness wrote:
> OK, I have the following script (reduced, just enough to demonstrate
>
> the problem):
> --- test.sh ---
> #!/bin/bash
> cmd="apt-cache search debian-installer | sort | egrep --color=always -i
> debian-installer"
> #tput nrrm
On 9/8/13, Zenaan Harkness wrote:
> OK, I have the following script (reduced, just enough to demonstrate
> the problem):
>
> --- test.sh ---
> #!/bin/bash
> cmd="apt-cache search debian-installer | sort | egrep --color=always
> -i debian-installer"
> #tput nrrmc # line 3
> #less -REf <($cmd) # lin
On 2013-09-08 09:53 +0200, Zenaan Harkness wrote:
> OK, I have the following script (reduced, just enough to demonstrate
> the problem):
>
> --- test.sh ---
> #!/bin/bash
> cmd="apt-cache search debian-installer | sort | egrep --color=always
> -i debian-installer"
> #tput nrrmc # line 3
> #less -R
OK, I have the following script (reduced, just enough to demonstrate
the problem):
--- test.sh ---
#!/bin/bash
cmd="apt-cache search debian-installer | sort | egrep --color=always
-i debian-installer"
#tput nrrmc # line 3
#less -REf <($cmd) # line 4
less -REf <(bash -c "$cmd") # line 5
#less -REf
5 matches
Mail list logo