What I am trying to do is get a number of directory files in my current directory.
Here is a copy of my script and output
BEGIN {
print "The following are directory files"
}
{
system( "ls-l " )
}
END {
print "There were...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.