petsoi to Linux@lemmy.ml · 1 year agoEffectively Use History Commands in Linuxitsfoss.comexternal-linkmessage-square38linkfedilinkarrow-up1148arrow-down13
arrow-up1145arrow-down1external-linkEffectively Use History Commands in Linuxitsfoss.competsoi to Linux@lemmy.ml · 1 year agomessage-square38linkfedilink
minus-squarepetsoiOPlinkfedilinkarrow-up1·1 year 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_logoutI do not have much experience yet.