Linux

From Soyjak Wiki, The Free Soycyclopedia
Revision as of 05:43, 12 May 2021 by Femsoy (talk | contribs) (Created page with "Linux is the result of decades of combined effort between controversial software developer Linus Poettering and accomplished hardware engineer LinusTechTips. It really only ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Linux is the result of decades of combined effort between controversial software developer Linus Poettering and accomplished hardware engineer LinusTechTips. It really only exists to further the purposes of soyposting because you can't actually use it for school or work but you can quote 'boys like there's no tomorrow.

Here are some ways to optimize and invigorate your soyquoting. Even if you have Windows or whatever, just install Bash (Borne-again Soy H). Make sure you have sed and the other tools made by the fat guy who eats shit from his

# Greentext every line
echo "OFFENDING_TEXT_HERE" | 's/^/>/g' # or
sed 's/^/>/g' "OFFENDING_TEXT_FILE"
# Redtext every line
echo "OFFENDING_TEXT_HERE" | 's/^\(.*\)$/==\1==/g' # or,
sed 's/^\(.*\)$/==\1==/g' "OFFENDING_TEXT_FILE"
# Sort text and then greentext it (goes well with Markovquoting)
echo "SOYSPEAK_HERE" | sort | 's/^/>/g'
# Capitalize everything and greentext it
THE_SOY="PUT_TEXT_HERE"
echo "$THE_SOY" |  sed 's/^\(.*\)/>\U&/g' # or,
echo "$THE_SOY" | tr [:lower:] [:upper:] | sed 's/^/>/g'
# Schwabquoting
echo "SOYSPEAK_HERE" | 's/^/>YOU WILL /g'
# Schwabquoting II
echo "SOYSPEAK_HERE" | 's/^/>YOU WILL NOT /g'
# Post-schwabquoting
echo "SOYSPEAK_HERE" | 's/^/>AND YOU WILL BE /g'