Skip to content

Instantly share code, notes, and snippets.

@parvez
Created March 29, 2012 11:30
Show Gist options
  • Save parvez/2236173 to your computer and use it in GitHub Desktop.
Save parvez/2236173 to your computer and use it in GitHub Desktop.
Watch a Directory
#!/bin/sh
while (true)
do
ls -la some/directory
sleep 1
clear
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment