Useful Scripts - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexDirectory Listing for DD-WRT Micro. Since the Micro version of DD-WRT doesn't provide a ls command, here is a very simple script to list directory contents #!/bin/sh files=`echo *` for x in $files; do if [ -d $x ]; then echo -n "$x/ " else echo -n "$x " fi done echo See the Telnet/SSH_and_the_Command_Line Talk page for other variants. Reset Wireless Radio