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 the first line in every perl script called?
What is @echo off?
What does sh mean?
What are filters explain sort with all the options available?
When should shell programming/scripting not be used?
Why are shell scripts used?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
Can shell script run on windows?
What are the three main forms of enabling debugging in a shell script?
Write the syntax for "if" conditionals in linux?
wats the deinitions for shell utility and filter?
What is the best shell scripting language?