bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Weird interaction of xargs with complete ( shell builtin )


From: Abhijith Sethuraj
Subject: Weird interaction of xargs with complete ( shell builtin )
Date: Thu, 27 Oct 2016 16:31:55 +0530

Hi!

Suppose I have a file(say, file1) with the following contents,

abcd
defg
hijk

and I'm trying to 'cat' the file and pass it to xargs so that xargs can
invoke 'complete'. But, I'm getting the following error.

cat file1 | xargs -I %% complete -A alias %%
xargs: complete: No such file or directory

Am I missing out on something? Please do help me out.

Regards,
Abhijith


reply via email to

[Prev in Thread] Current Thread [Next in Thread]