This commit is contained in:
pvincent
2026-07-27 11:44:17 +04:00
parent dd56daa24d
commit 5a752fa210
2 changed files with 44 additions and 8 deletions
+2
View File
@@ -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