Hello World

Be Happy!

Detect create file on linux


inotifywait -m /path -e create -e moved_to |
    while read path action file; do
        echo "The file '$file' appeared in directory '$path' via '$action'"
        # do something with the file
    done
#rails-encoding (8) #bash (3)
List