Computers, Electronics, Gaming & IT
Im working in Bash, writing a fairly simple script (print the length of the longest filename in the working directory), but im having a bit of an issue with it. I can get the names of the files/dirs in the working directory by simply running ls -1, but i then nead to read in each line, compare...