poc3
This commit is contained in:
@@ -22,6 +22,7 @@ function do_subshell_term {
|
||||
# echo 'toto' | return 3
|
||||
|
||||
echo -n "found1=$(grep nope nope)"
|
||||
echo -n "found1=$(false)"
|
||||
# echo "found1=$(grep nope nope | grep none)"
|
||||
# echo "found2=$(command_not_found)"
|
||||
# echo SHOULD NOT SHOW UP!
|
||||
@@ -139,6 +140,7 @@ function main {
|
||||
F1
|
||||
F3
|
||||
echo before subshell
|
||||
grep nope nope 2>/dev/null
|
||||
echo "here in subshell $(grep titi $0)"
|
||||
echo NO MORE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user