petsoi@discuss.tchncs.de to Linux@lemmy.ml · 3 months agoEffectively Use History Commands in Linuxitsfoss.comexternal-linkmessage-square38fedilinkarrow-up1143arrow-down13
arrow-up1140arrow-down1external-linkEffectively Use History Commands in Linuxitsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 3 months agomessage-square38fedilink
minus-squarepetsoi@discuss.tchncs.deOPlinkfedilinkarrow-up1·edit-23 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.
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.