A quiet enigma. We don't know anything about Ed Morton yet.
Populate an array of the file names and then print how many entries are in the array: $ ( shopt -s nullglob; files=( .* * ); echo "${#files[@]}" ) 124 That will work correctly even if your fi...
posted 3y ago by Ed Morton · edited 1y ago by Ed Morton