Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu_print

Dies ist eine alte Version des Dokuments!


Drucken aus Ubuntu

mkdir Drucken
cd Drucken
mkdir gedruckt
sudo apt-get install notify-tools
nano notify.sh
inotifywait -m . -e create -e moved_to |
    while read dir action file; do
        echo "The file '$file' appeared in directory '$dir' via '$action'"
        # do something with the file
    done
ubuntu_print.1588352194.txt.gz · Zuletzt geändert: 2020/05/01 16:56 von varnholt