help-bash
[Top][All Lists]
Advanced

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

Passing file arguments to programs


From: uzibalqa
Subject: Passing file arguments to programs
Date: Wed, 29 Mar 2023 19:46:13 +0000

What would programmers most prefer to see

grep --color $ptrn <<< "$@"

or

 printf '%s\n' "$@"  \
   | grep --color $ptrn






reply via email to

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