Search results

  1. LordTrell

    beginner bash writing

    Basically, the script should not ask for input. it should be run as ./filename and the output should be: files, dir, sub dirs and permissions. nothing asking user for input.
  2. LordTrell

    beginner bash writing

    hello! thanks for the assistance. it has to be a script for sure.. i do havea script that print out all the file permissions of all files but not the contents in the directories - i need to combine themboth somehow echo -n "Enter the file name :" read name if test -f $stufftime...
  3. LordTrell

    beginner bash writing

    Hello! i am new to bash, need assistance with a script for some assignment:... A shell script to list out the contents of any directory, and indicate for each file (including invisible ones) whether the file is a directory, a plain file, and permissions such as executable ect i can list out...
Top