it’s always been obvious to me that we need something to fill the gap between awk and sql, but please please not excel. please. among the 8 billion people on earth, someone has to have a better idea
it’s always been obvious to me that we need something to fill the gap between awk and sql, but please please not excel. please. among the 8 billion people on earth, someone has to have a better idea
but why not just use ext4, which isnt buggy?
pff no, they ask you how sorting works and then put you to work using sql’s ORDER BY. at that point, why ask?
\o/
vim will load some other rc file if it cant find your ~/.vimrc. check what it has loaded with :scriptnames
also, try starting vim in a brand new terminal with vim -u NONE
and check if it’s still happening.
linux must go
who must go?
…
in that case, i’d prefer a ~/bin/zcat
with the contents
#!/bin/sh
exec gzip -cdf "$@"
this way, it’s exec’able, unlike an alias or shell function.
zgrep . *
should do the trick
oh, there’s also zcat -f *
no, there’s also documentation that is 10 years old, entirely out of date and very incomplete.
does anything flush the buffers after the print, but before the break? otherwise, if the stream you’re printing to is buffered, you’re not necessarily gonna see any output
i’m afraid it’s M$ or MiKKKroSSoft. your choice.
i’d probably do
function cap() {
prename 's/(^[a-z]?)/\U$1/' "$@"
}
it means it has to be invoked as cap *
, but it also means that you can do cap foo*
or whatever
when you create the alias, the shell substitutes the $1
(to nothing, probably) since your alias is in ""
(double quotes).
now, if you swap the single and double quotes, then the substitution still happens, but at invocation time instead of at definition time.
you actually want perl to deal with this $1
, so neither is good.
you have three options:
''
quoting, which lets you put ’ (single quote) inside ’ (single quote) without going mad: alias cica=$'foo \'$bar\' baz'
alias cica='foo '\''$bar'\'' baz'
(this is the old way, without bash’s ''
)but without traditions, we’re just drifting aimlessly through life
none. you dont need a DE, you can just run a tiling wm and some terminals…
are you using ntfs-3g or the older shittier ntfs driver?
what do you mean the output doesnt keep the LF? what LF?
ps also has -u and -U switches to filter by users
bring into fashion unix tools saying more things like “lo”.
lo! alas! but soft!
it took less than a day for someone to break run0 totally open, so basically, you have a choice between a well tested/debugged sudo and this new thing which may eventually mature
yeah, i was really tired of win98SE when i switched to linux. just entirely over it.