[-] eepyborb@reddit i need svg of this [-] itsmetraw@reddit Only available in pdfs and pngs: Tech Visuals 101 [-] LesStrater@reddit Printable version? (white background)
[-] itsmetraw@reddit Only available in pdfs and pngs: Tech Visuals 101 [-] LesStrater@reddit Printable version? (white background)
[-] tav_stuff@reddit Forgot command <>foo [-] QuickSilver010@reddit I think tee could also be added in as a related topic [-] Xhi_Chucks@reddit Yes! But the rest is explained in a good, easy manner! [-] KillerX629@reddit What does that do? [-] tav_stuff@reddit Opens a file for reading & writing. Useless on its own, but useful with exec to open a new file descriptor
[-] KillerX629@reddit What does that do? [-] tav_stuff@reddit Opens a file for reading & writing. Useless on its own, but useful with exec to open a new file descriptor
[-] tav_stuff@reddit Opens a file for reading & writing. Useless on its own, but useful with exec to open a new file descriptor
[-] GlowstickConsumption@reddit Can you upload a png? [-] itsmetraw@reddit Tech Visuals 101 [-] GlowstickConsumption@reddit Thanks.
[-] Other_Fly_4408@reddit Y'all got any more of them pixels? [-] Wage@reddit You can get the original image (including the credit/watermark) from sysexplore.com or x.com/sysxplore [-] JockstrapCummies@reddit see sex pee lore dot com 😳 [-] Miserable-Storm-6465@reddit Cheatsheets page 404 [-] itsmetraw@reddit I uploaded the high quality version here: Tech Visuals 101
[-] Wage@reddit You can get the original image (including the credit/watermark) from sysexplore.com or x.com/sysxplore [-] JockstrapCummies@reddit see sex pee lore dot com 😳 [-] Miserable-Storm-6465@reddit Cheatsheets page 404
[-] itsmetraw@reddit I created these visuals and uploaded the original PNG/PDF versions here for anyone who wants them in higher quality: Tech Visuals 101 Feel free to share them.
[-] Redditperegrino@reddit Is there also: command <<< some.txt and command << some.txt ? [-] redundant78@reddit yep! << is a here-document, lets you feed multiple lines of input inline until a delimiter. <<< is a here-string (bash-specific), feeds a single string as stdin, like cat <<< "hello". neither of them takes a filename though, they're for inline text. [-] BizNameTaken@reddit Yes but not for reading files. Look up heredoc and herestring
[-] redundant78@reddit yep! << is a here-document, lets you feed multiple lines of input inline until a delimiter. <<< is a here-string (bash-specific), feeds a single string as stdin, like cat <<< "hello". neither of them takes a filename though, they're for inline text.
[-] rv77ax@reddit The first row was good, but the second row explanation is quite confusing. I think some of them are duplicates. There is no clear explanation on what is the difference between between 2>&1 file and file 2>&1.
[-] ThirstyWolfSpider@reddit That's broader than Linux, broader than bash. sh-style shells tend to support this on various operating systems.
eepyborb@reddit
i need svg of this
itsmetraw@reddit
Only available in pdfs and pngs:
Tech Visuals 101
LesStrater@reddit
Printable version? (white background)
melpec@reddit
Similar to redirect, one linux "trick" I do all the time because is
sudo !!tav_stuff@reddit
Forgot
command <>fooQuickSilver010@reddit
I think
teecould also be added in as a related topicXhi_Chucks@reddit
Yes! But the rest is explained in a good, easy manner!
KillerX629@reddit
What does that do?
tav_stuff@reddit
Opens a file for reading & writing. Useless on its own, but useful with
execto open a new file descriptorGlowstickConsumption@reddit
Can you upload a png?
itsmetraw@reddit
Tech Visuals 101
GlowstickConsumption@reddit
Thanks.
MysteriousLion01@reddit
Avec perl IPC::open3 on peut tout faire finement
Other_Fly_4408@reddit
Y'all got any more of them pixels?
Wage@reddit
You can get the original image (including the credit/watermark) from sysexplore.com or x.com/sysxplore
JockstrapCummies@reddit
😳
Miserable-Storm-6465@reddit
Cheatsheets page 404
itsmetraw@reddit
I uploaded the high quality version here:
Tech Visuals 101
nicman24@reddit
what i needed to learn again is making more unnamed pipes
itsmetraw@reddit
I created these visuals and uploaded the original PNG/PDF versions here for anyone who wants them in higher quality:
Tech Visuals 101
Feel free to share them.
Redditperegrino@reddit
Is there also: command <<< some.txt and command << some.txt ?
redundant78@reddit
yep!
<<is a here-document, lets you feed multiple lines of input inline until a delimiter.<<<is a here-string (bash-specific), feeds a single string as stdin, likecat <<< "hello". neither of them takes a filename though, they're for inline text.BizNameTaken@reddit
Yes but not for reading files. Look up heredoc and herestring
rv77ax@reddit
The first row was good, but the second row explanation is quite confusing. I think some of them are duplicates.
There is no clear explanation on what is the difference between between
2>&1 fileandfile 2>&1.krodiak@reddit
command &>/dev/null
ThirstyWolfSpider@reddit
That's broader than Linux, broader than bash.
sh-style shells tend to support this on various operating systems.