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

Linux

47334 readers
1135 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] JackbyDev 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)
[–] [email protected] 2 points 2 weeks ago (2 children)

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

[–] [email protected] 4 points 2 weeks 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 2 points 2 weeks 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.