Incorrect filename in exec {foo}< bah error

2015-04-23 Thread Dr. David Alan Gilbert
Hi, $ exec {foo}

Re: Problem with brace expansion

2015-04-23 Thread Greg Wooledge
On Thu, Apr 23, 2015 at 01:01:43AM +0100, Dr Alun J. Carr wrote: > Well, to be strictly conformant with heirloom SysV sh, Nobody cares about compatibility with Bourne shell any more. Not since Solaris finally pulled its head out of its ass and put a POSIX sh in /bin (20 years after everyone else)

Re: Possibly a bug

2015-04-23 Thread Valentin Bajrami
Chet, 'history' is not the builtin command in this case. 'history' is a normal file containing awk code (see my first post). I named it history because it does some calculations and shows the 10 most used commands. The file is expecting some input from a command (pipe) like the 'history' builtin