You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script takes a directory for an argument, and renames all files contained within to place them in a random order, prefixing them with #_, where the # is from 0 to the number of files in the directory
if [ $#-ne 1 ];then
echo"Please provide a directory name as the sole argument to this script"