petsoi to Linux@lemmy.ml · 4 months agoEffectively Use History Commands in Linuxitsfoss.comexternal-linkmessage-square38fedilinkarrow-up1148arrow-down13
arrow-up1145arrow-down1external-linkEffectively Use History Commands in Linuxitsfoss.competsoi to Linux@lemmy.ml · 4 months agomessage-square38fedilink
minus-squarepetsoiOPlinkfedilinkarrow-up1·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.
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.