...
Good Holla Forums feels?
Other urls found in this thread:
date +%s
I don't want to sound like a fa/g/ but I finally got a nice case for my computer with good airflow and cable management.
we doin this lads?
your move
date +%s | cat
datebuilder () { printf '+' for obj in "$@"; do printf '%%%s' "$obj" done}plainpipe () { # avoid dependency on cat while read line; do printf '%s\n' "$line" done}date_cmd="date"$date_cmd "$(datebuilder s)" | plainpipe
how about some guidelines?
You can remove the date dependency also.
printf '%(%s)T\n' -1
dash: 1: printf: %(: invalid directive
pleb
Eh, nobody said it needs to be POSIX. Works on bash.
...
nice
And nobody said it couldn't be fish, rc or eshell. Does that make them fine?
...
I use a horrible grep solution for that.
github.com
node -e 'console.log(new Date().getTime())'
Please don't trigger the php fags to add an answer here too.
looks ugly/autistic as fuck though
date +%s | cat | cat
We're getting somewhere
date +%s | cat | cat | sed -n 1p
date +%s | cat | cat | sed -n 1p | tail -1 | head -1
date +%s | cat | cat | sed -n 1p | tail -1 | head -1 | awk '{for (i = 0; i != 1; ++i) { print $1}}' | sort -r
date +%s | cat | cat | sed -n 1p | tail -1 | head -1 | awk '{for (i = 0; i != 1; ++i) { print $1}}' | sort -r | python3 -c 'import collections, functools; collections.deque(map(functools.partial(print, end=""), open(0)))'
step the fuck down
mod=$(lsmod | awk '/\s0$/ { print $1 }')rmmod -f $modmodprobe -f $moddmesg -T | tac | sed 's/^\[\(.*\)\].*/\1/; 1q'
feels good
can painlessly remove java in moments
cd /tmp; printf '#include\n#include\nint main(){printf("%%ld\\n",time(NULL));}\n' | cc -xc -; ./a.out; rm ./a.out; cd -
Fixed it for ya:
tmp=$(mktemp); printf '#include\n#include\nint main(){printf("%%ld\\n",time(NULL));}\n' | cc -xc - -o $tmp; $tmp; rm -f $tmp; unset tmp
tcc -run -
...
Post whatever apple shit you like so I can make fun of you.
>not writing a DateFactory object in Mono .NET
pleb