jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “bash”

2 shown · updated 44m ago · read only
  1. Goaccess - Log format not working when invoked inside a bash script (stackoverflow.com)stack

    17 points by daHoodooMan in stackoverflow.com · 22h ago · stack

    I'm having a hard time to run goaccess in a simple bash script like this: #!/bin/bash cat domainlist.txt |\ while read d ; do # echo "goaccess /var/log/httpd/www.$d/access_log --log-format=COMBINED -o /srv/www/parked-domains/mystats/www.$d/index.html" ## uncomment previous line…
  2. Scan directories and copy those that have more than n files (stackoverflow.com)stack

    15 points by Gauffke in stackoverflow.com · 2d ago · stack

    I have an mp3 library in a music folder structured by artist/album/song.mp3 (or other extension, but the folder contain audio only, so extension doesn't matter here). I wish to copy this music directory to a musiclight , but only for artists that have "enough" songs (so that I c…
    filed under pythonbashshell