This commit is contained in:
pvincent
2026-07-27 00:10:47 +04:00
parent 397a57a27e
commit f2cd414660
2 changed files with 33 additions and 12 deletions
+7 -5
View File
@@ -14,15 +14,17 @@ function do_subshell_false {
function do_subshell_term {
echo -n toto est fluo
>&2 echo -n 'error in transla...'
echo first line.
# echo -n second line...
# >&2 echo stderr1
# grep none none 2>/dev/null
# echo 'toto' | grep none
# echo 'toto' | return 3
echo -n "found1=$(grep nope nope)"
echo "found1=$(grep nope nope | grep none)"
echo "found2=$(command_not_found)"
echo SHOULD NOT SHOW UP!
# echo "found1=$(grep nope nope | grep none)"
# echo "found2=$(command_not_found)"
# echo SHOULD NOT SHOW UP!
}
function do_last_false {