mikeweilgart
mikeweilgart
dateutils.dseq 2018-03-05 2018-05-15 -f '%F %a %c %u' | dateutils.dgrep '%c=04' Expected output: ``` 2018-03-22 Thu 04 04 2018-03-23 Fri 04 05 2018-03-24 Sat 04 06 2018-03-25 Sun 04 07...
It seems only courteous to alert the maintainers of this project to https://unix.stackexchange.com/q/253481/135943 which specifically asks about one of the pieces of code in it.
Regarding challenge: https://cmdchallenge.com/#/search_for_files_by_extension The most obvious answer to this challenge is `grep -l 500 *`, however, this is a bad practice as it will not handle files named beginning with...
## Summary The `man` command gives inconsistent results. `man tail` produces an error: `man: command not found`. Typing in gibberish as an argument to the `man` command gives a more...