Conversation
Notices
-
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:38:19 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
like there's no reason for me not to know posix shell but i still don't know a ton of the more intimate details that people writing scripts should know -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 08:40:20 JST Desire-kun
@nyanide i proudly know bash well enough to read others' scripts. -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 08:41:03 JST Desire-kun
@nyanide IFS stuff still confuses me, though. -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:41:59 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@Nepiant oh ifs looks like a token denominator, that's really easy to understand. -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 08:43:26 JST Desire-kun
@nyanide idk man, the way people use it in scripts confuses me to no end. -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:43:33 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@Nepiant how do people use it :wojak_rapeface: -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:54:13 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@Nepiant are you reading the posix spec on sh? -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 08:54:14 JST Desire-kun
@nyanide idk, i can't find any good examples. i just remember me being confused by it. seems fairly simple to understand now. maybe i was caught up on texts explaining it like this one:
> When the expansion occurs in a context where field splitting will not be performed, the initial fields shall be joined to form a single field with the value of each parameter separated by the first character of the IFS variable if IFS contains at least one character, or separated by a <space> if IFS is unset, or with no separation if IFS is set to a null string. -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:55:15 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@eemmaa @Nepiant no, you? -
eemmaa (eemmaa@netzsphaere.xyz)'s status on Tuesday, 11-Mar-2025 08:55:17 JST eemmaa
@nyanide @Nepiant plan any rapes and psychological torture sessions lately? -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 08:55:43 JST Desire-kun
@nyanide yeah -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 08:56:35 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@eemmaa @Nepiant i can neither confirm nor deny that, but your question was if I had planned any *lately* see there's a difference there. I haven't planned anything lately. -
eemmaa (eemmaa@netzsphaere.xyz)'s status on Tuesday, 11-Mar-2025 08:56:36 JST eemmaa
@nyanide @Nepiant pretty sure you have participated in as much in the last 6 months -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Tuesday, 11-Mar-2025 09:04:01 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@eemmaa @Nepiant I really don't know what picture of me you have in your head but I'm a guy with an extremely uneventful life and really no ambitions. I dunno where you get the impression I think of doing such things in my free time. -
eemmaa (eemmaa@netzsphaere.xyz)'s status on Tuesday, 11-Mar-2025 09:04:02 JST eemmaa
@Nepiant @nyanide na bro, this isn’t a joke -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 09:04:03 JST Desire-kun
@eemmaa @nyanide he's joking, eemmaa. -
eemmaa (eemmaa@netzsphaere.xyz)'s status on Tuesday, 11-Mar-2025 09:04:05 JST eemmaa
@nyanide @Nepiant you are a literal monster -
Desire-kun (nepiant@varishangout.net)'s status on Tuesday, 11-Mar-2025 09:17:19 JST Desire-kun
@nyanide something that blew me away when i first found out about it was that you can do
cat myFile | while read LINE; do
myFunction "$LINE"
done
and it'll run myFunction on each line from the file
WHO THE FUCK SAYS YOU CAN PIPE TO A WHILE STATEMENT?🛡 ⚔️ McCreeaboo ⚔️ 🛡 likes this.
-