petsoi@discuss.tchncs.de to Linux@lemmy.ml • 4 months agoEffectively Use History Commands in Linuxexternal-linkmessage-square21 fedilinkarrow-up170
arrow-up170external-linkEffectively Use History Commands in Linuxpetsoi@discuss.tchncs.de to Linux@lemmy.ml • 4 months agomessage-square21 Commentsfedilink
minus-squarepetsoi@discuss.tchncs.dehexagonhexbear1·edit-24 months agowhen calling cat <(echo data from the stdin stream) from_file.txt, you get the data in the first argument from a stream. With the .bash_logout I do not have much experience yet. linkfedilink
when calling
cat <(echo data from the stdin stream) from_file.txt
, you get the data in the first argument from a stream. With the.bash_logout
I do not have much experience yet.