update repository
[cmdllinux.git] / bash_n_examples / bash / variable / var_assign_with_print.sh
blob39030005b46ff8074f7a9af7734fcd052bc49f3a
1 exec 5>&1
2 FF=`echo aaa | tee /dev/fd/5`
3 echo "*$FF*"