mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 09:50:50 +02:00
commit bash-20080828 snapshot
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ read <&${COPROC[0]}
|
||||
echo $REPLY
|
||||
echo ${COPROC[@]}
|
||||
|
||||
cat /etc/passwd | grep root | awk -F: '{print $1;}'
|
||||
cat /etc/passwd | grep root | awk -F: '{print $1;}' | sed 1q
|
||||
|
||||
exec 4<&${COPROC[0]}-
|
||||
exec >&${COPROC[1]}-
|
||||
|
||||
Reference in New Issue
Block a user