795
you are viewing a single comment's thread
view the rest of the comments
[-] jaybone@lemmy.world 32 points 1 month ago

You noobs. I just use combinations of cat piped to sed to edit my files, which are mainly lisp code.

[-] lemmesay@discuss.tchncs.de 20 points 1 month ago
[-] datelmd5sum@lemmy.world 7 points 1 month ago

cat pipeing is safer though.

foobar > file and your file is gone.

[-] wise_pancake@lemmy.ca 2 points 1 month ago

You can always alias > to < in your shell.

[-] fossphi@lemm.ee 1 points 1 month ago
[-] JackbyDev@programming.dev 5 points 1 month ago* (last edited 1 month ago)
[-] Trail@lemmy.world 2 points 1 month ago

Huh does that actually work? Don't have a system handy to try it out.

[-] lemmesay@discuss.tchncs.de 4 points 1 month ago

showing the output in termux

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
>
[-] JackbyDev@programming.dev 2 points 1 month ago

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.

[-] WrenHavoc@lemmy.dbzer0.com 6 points 1 month ago

Amateur! I write my code down on a piece of paper, scan it in, send it to my computer through email, then make a custom-built AI read the paper and print it in the terminal!

this post was submitted on 02 Sep 2024
795 points (93.5% liked)

Linux

47559 readers
527 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS