@majestictechie@lemmy.fosshost.com to Linux@lemmy.mlEnglish • 8 months agoHow dare you use a text editor because it's easy to uselemmy.fosshost.comimagemessage-square327fedilinkarrow-up1856arrow-down157
arrow-up1799arrow-down1imageHow dare you use a text editor because it's easy to uselemmy.fosshost.com@majestictechie@lemmy.fosshost.com to Linux@lemmy.mlEnglish • 8 months agomessage-square327fedilink
minus-square@Trail@lemmy.worldlinkfedilink2•8 months agoHuh does that actually work? Don’t have a system handy to try it out.
minus-square@lemmesay@discuss.tchncs.delinkfedilink4•8 months ago storage/documents/programs ro > echo puts "hello world" > main.rb storage/documents/programs ro via rb > ls c js main.rb python storage/documents/programs ro via rb > < main.rb grep hello puts hello world storage/documents/programs ro via rb >
minus-squareJackbyDevlinkfedilinkEnglish2•8 months agoI think so! I think it’s something like < file works anywhere in the line, not just the end. There may be some specifics about no space when it is the front but I don’t remember lol.
`
Huh does that actually work? Don’t have a system handy to try it out.
I think so! I think it’s something like
< file
works anywhere in the line, not just the end. There may be some specifics about no space when it is the front but I don’t remember lol.