they liked 90s russia, when it was weak, full of child prostitutes and people were dying en-masse from substance abuse (and the barn doors were wide open so they could loot it)
they liked 90s russia, when it was weak, full of child prostitutes and people were dying en-masse from substance abuse (and the barn doors were wide open so they could loot it)
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 ''
)IIRC microsoft got got about this in the ie6 days or so, looks like they found their way back to their old behavior
it’s the fastest way to get crews for your navy
none. you dont need a DE, you can just run a tiling wm and some terminals…
yes, but old people can get over that and just stop giving a fuck and accept that they’re weird now. it must be liberating.
time was that fascists did fascism to “defeat judeobolshevism”, but they seem to have stumbled on a cheat code.
now they’re doing fascism to defeat fascism. much neater, more self-contained.
oh yes it made the noise.
so you’re abolishing the absurdly antidemocratic joke of the house of lords?
oh. oh you’re keeping the life peers, arent you? the ones that got their seat by open blatant corruption? those?
joke of a country.
edit: to make it clear, they’ve got 804 cancerous shitbags sitting in the lords. of that, 24 are some kind of religious leaders. 670 are life peers.
so they’re thinking of kicking out 110 people. 13% of these thieves. just 13%.
WHAT ABOUT THE REST
are you using ntfs-3g or the older shittier ntfs driver?
nah, we still have winter. i know this because it still gets dark.
we’ll still have four seasons: summer, hellfire, second summer, moist dark.
i think the intention is to look at the stack itself. which could work, if the pointers werent hopelessly mangled by being cast from an 8byte pointer type to a 4byte integer type…
unless this machine really is 32bit
i dont think pointers are the same size as your int. you’re on 64bit, arent you? so all this code is broken.
what do you mean the output doesnt keep the LF? what LF?
ps also has -u and -U switches to filter by users
vidir
is similar
there’s also rename
(the perl one, not the shit one). i have fond memories of renaming albums with rename 's/(\d+)/sprintf "%02d", $1/e'
so they’d ls in the correct order
i rely on this in my job. if i really need it, i’ll be using it often enough that it’ll always be in ^R distance :)
i’m afraid it’s M$ or MiKKKroSSoft. your choice.