On 1/10/21 1:28 PM, wael-zwai...@gmx.com wrote:
bash: /home/hagbard/Genadm/build/gungadin-1.0/sysrc/gungadin.rc: line 455:
syntax error: unexpected end of file
This happens when I use
quick-grepot-Hirn ()
{ find "$4" -name "*.org" -name "*.texi" -print0 \
| xargs -0 -n1 -P0 /bin/grep --color="auto" -Hirn "$1" "$2" "$3" }
You need some operator to terminate the xargs command so the brace is
recognized as a reserved word. If you insist on using one line, use `;'.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/