Post Asad0z3q1ZcMNk71JQ by [email protected] | |
More posts by [email protected] | |
Post #AsaYbyrtCivWjCLTlo by [email protected] | |
0 likes, 1 repeats | |
not a widely known fact, but if you keep going with that shell oneliner it will… | |
Post #AsaYbzJtWbKQ83RqQC by [email protected] | |
0 likes, 0 repeats | |
if you go over a couple hundred characters the oneliner gains sentience PURELY … | |
Post #AsaYxxEJyY9A1BJcpM by [email protected] | |
0 likes, 0 repeats | |
@domi how many times does your one-liner wrap in the terminal? | |
Post #AsaYxxKhapFcKyIim0 by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl the record amount for me surely must have been over 10 times. in a s… | |
Post #AsaYxxR5D6M4elHoie by [email protected] | |
0 likes, 0 repeats | |
@domi holy shit...this qualifies for the "3, maybe 4" "you sweet… | |
Post #AsaYxxXSpNSWyYGufI by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl fwiw, i learnt my lesson!(nowadays I only get to one or two lines be… | |
Post #AsaYxxcmVbiFF2l9xA by [email protected] | |
0 likes, 0 repeats | |
@domi how often do you<big one liner> | sort 🤔 [home]diff -u <( [en… | |
Post #AsaYy0dbJ19OaSAM9A by [email protected] | |
0 likes, 0 repeats | |
@domi pain-oriented programming | |
Post #AsaYy0kKtyXQvLJje4 by [email protected] | |
0 likes, 0 repeats | |
@multisn8 no, no, this is what i call vibe coding: run your expression, look at… | |
Post #AsaYy0rQTcD3HKdOhE by [email protected] | |
0 likes, 0 repeats | |
@domi how often can one do this | |
Post #AsaYysJxiFWl5BOR28 by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl ohhh that’s smart, I usually just throw it into /tmp/uwu and /tmp/… | |
Post #AsaYysR3HtCNRAi65I by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl altho my way has its own merits: oneliners can get so large that los… | |
Post #AsaYzpAQvJxhaiO9s8 by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl @domi don't forget that it's always better to pipe cat into … | |
Post #AsaZ0Ej1tpUSrFldlg by [email protected] | |
0 likes, 0 repeats | |
@piggo @domi it's more consistent with the "data flows from left to ri… | |
Post #AsaZ0EqpQpjFFRPrvM by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl @piggo yeah, that genuinely makes sense when iterating on an oneline… | |
Post #AsaZ4R168sQm8aDk1o by [email protected] | |
0 likes, 0 repeats | |
@domi @piggo also `head file` for testing, that later becomes `cat file` | |
Post #Asad0z3q1ZcMNk71JQ by [email protected] | |
0 likes, 0 repeats | |
@domi genuinely how I write complex shell behaviour. I avoid the scary world of… | |
Post #Asad7DNLiQZyW2D3JY by [email protected] | |
0 likes, 0 repeats | |
@domi @wolf480pl @piggo Alternatively, if you want left-to-right and the progra… | |
Post #Asad7DU5JNy0qvMQoS by [email protected] | |
0 likes, 0 repeats | |
@gumnos @domi @piggo "but, um, don't do that unless you want everybody… | |
Post #Asae5f5tmtcHrGs2T2 by [email protected] | |
0 likes, 1 repeats | |
@mwl More loatheworthy shell?While one typically quotes things like in English … | |
Post #AsayM7qUejhkkJnDKC by [email protected] | |
0 likes, 0 repeats | |
@multisn8 *very* | |
Post #AsayWwwjWIOO7ysAi0 by [email protected] | |
0 likes, 0 repeats | |
@domi @mwl find -print0 is the truest expression of my life | |
Post #AsayWx378ZUqRlrGee by [email protected] | |
0 likes, 0 repeats | |
@sungo @domi @mwl I legit usefind whatever |while read -r f; do thing "$f&… | |
Post #AsayWx98mAJikSg532 by [email protected] | |
0 likes, 0 repeats | |
@mdhughes @domi @mwl I try to make people angry by writing only posix compliant… | |
Post #AsayWxESSOZR0xAKKu by [email protected] | |
0 likes, 0 repeats | |
@sungo @domi @mwl I go the other way. I use zsh (or in the past, ksh) and rely … | |
Post #AsayWxLC3LxTLqJhpo by [email protected] | |
0 likes, 0 repeats | |
@mdhughes @sungo @domi @mwl and I've gone the other other way in that for m… | |
Post #AsayXLKeqzn3l8FcKe by [email protected] | |
0 likes, 0 repeats | |
@gumnos I think I use most of these idioms from time to time. 🤔OTOH I grumbl… | |
Post #Asaz5Zj9q6F8Fc297w by [email protected] | |
0 likes, 0 repeats | |
@nono I use both in moderation. The quoting usually with the git-commit as I c… |