superstarjpmc
Programmer
Hello there,
requriement:
I want to find the file type ( 'file <filename>' ) for all the files in the filesystem.
i used : system("file "$1) inside a awk construct.
My question is how can I get the output of the system command in a variable
cheers
dj
requriement:
I want to find the file type ( 'file <filename>' ) for all the files in the filesystem.
i used : system("file "$1) inside a awk construct.
My question is how can I get the output of the system command in a variable
cheers
dj