How do I run a .sh file on mac?
No Answer is Posted For this Question
Be the First to Post Answer
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is shell chemistry?
How will you find the 99th line of a file using only tail and head command?
How do we create command aliases in a shell?
How to use arguments in a script?
Why should we use shell scripts?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Is shell script a programming language?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
Is it possible to substitute "ls" command in the place of "echo" command?
How to debug the problems encountered in the shell script/program?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp