Michael Robinson wrote:
> On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote:
>> Michael Robinson wrote:
>>> root:/# DL=$(readelf -l /bin/sh | sed -n
>>> 's@.*interpret.*/tools\(.*\)]$@\1@p')
>>> bash: command substitution: line 45: syntax error near unexpected token `)'
>>> bash: command substi
On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote:
> Michael Robinson wrote:
> > root:/# DL=$(readelf -l /bin/sh | sed -n
> > 's@.*interpret.*/tools\(.*\)]$@\1@p')
> > bash: command substitution: line 45: syntax error near unexpected token `)'
> > bash: command substitution: line 45: `readelf -
Michael Robinson wrote:
> root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
> bash: command substitution: line 45: syntax error near unexpected token `)'
> bash: command substitution: line 45: `readelf -l /bin/sh | sed -n
> 's@.*interpret.*/tools\(.*\)]$@\1@p')'
> root
root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
bash: command substitution: line 45: syntax error near unexpected token `)'
bash: command substitution: line 45: `readelf -l /bin/sh | sed -n
's@.*interpret.*/tools\(.*\)]$@\1@p')'
root:/#
I seem to be having a proble