@zephyr to [email protected] • 1 year agoHow do you shell expand your variables and why?imagemessage-square27arrow-up169arrow-down14cross-posted to: [email protected]
arrow-up165arrow-down1imageHow do you shell expand your variables and why?@zephyr to [email protected] • 1 year agomessage-square27cross-posted to: [email protected]
minus-squarethingsiplaylinkfedilink2•edit-21 year ago@ilega_dh You don’t need cat in cases when grep "d" alphabet.txt can read from file too. Edit: But obviously your comment was more of a joke to over complicate it. So never mind then.
minus-squaregendulflinkfedilink3•1 year agoTo be safe, should probably output grep to a file, then cat that.
minus-square@[email protected]linkfedilink1•1 year agoAgreed. Everything in Linux is a file so let’s keep it that way.
@ilega_dh You don’t need
cat
in cases whengrep "d" alphabet.txt
can read from file too. Edit: But obviously your comment was more of a joke to over complicate it. So never mind then.To be safe, should probably output grep to a file, then cat that.
Agreed. Everything in Linux is a file so let’s keep it that way.
deleted by creator