Posted on Thu 18 June 2020
ls -alt --time-style +%A|awk -F \ -e '{print $6}' |sort| uniq -c | sort -nr
76 Friday
47 Thursday
19 Tuesday
18 Wednesday
15 Saturday
12 Monday
4 Sunday
Posted on Thu 18 June 2020
ls -alt --time-style +%A|awk -F \ -e '{print $6}' |sort| uniq -c | sort -nr
76 Friday
47 Thursday
19 Tuesday
18 Wednesday
15 Saturday
12 Monday
4 Sunday
© -dsr-. Send feedback or comments via email — by continuing to use this site you agree to certain terms and conditions.
Built using Pelican. Derived from the svbhack theme by Giulio Fidente on github.