Hi
I want to put some lines under the trap "" 2 3 5 15 line in a file
Lines is gonna be like
if test -s /usr/users/test/STOP/
then
clear
echo "\n\n\n\t\t You can not login at the moment
\n\t\t Press ENTER to Continue \c"
read continue
exit
fi
But it shouldn't replace any line in the file ,it has to create new lines and print them there.
Thanks for any help
I want to put some lines under the trap "" 2 3 5 15 line in a file
Lines is gonna be like
if test -s /usr/users/test/STOP/
then
clear
echo "\n\n\n\t\t You can not login at the moment
\n\t\t Press ENTER to Continue \c"
read continue
exit
fi
But it shouldn't replace any line in the file ,it has to create new lines and print them there.
Thanks for any help