Idempodent Recursive Copy

# Will copy the file 'test.xml' recursively. echo ./fs*/* | xargs -n 1 cp test.xml

Lock PC

# Kinda like that lock button on your phone/tablet. while [ "$(date)" != "Sat Oct 31 16:00:00 EDT 2015" ]; do \ > sleep 1; done