i have done a coding in shell scripting which reads a file line by line and does something....it takes more than 30 seconds to execute for a single file. when i do the same with
perl scripting it takes less than a second.
is that shell scripting is not efficient while working with large number of files?