Not sure if this is the right forum.
I need to have a batch script which calls up a 32-bit application. The part that I am interested in is that a directory must be created prior to the launch of the application. There has to be some kind of conditional logic to ascertain if the directory...
Hi guys,
Sorry for the delay. Been working overtime here. I really appreciate your help. Could 'CaKiwi' just take me through the AWK script? Just want to understand it that's all.
Thanks again.
Regards
Zia
Hi,
I'm completely new to awk, anyway I have a request.
Currently I have a file with thousands of records. I want to print only the last 20 lines of the file and redirect it to another file.
So far,
for i in `tail -20 <file_name`
do
echo $i >> ztmp
done
I was wondering if this could be...
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.