Search Results

Search: Posts Made By: newzyer
1,260
Posted By durden_tyler
Here's one way - $ $ $ # show the...
Here's one way -


$
$
$ # show the content of the input data file "info.txt"
$
$ cat info.txt
John Carey:507-699-5368:29 Albert way, Edmonton, AL 25638:9/3/90:45900
Brian...
1,260
Posted By fly2matrix
Try this one : perl -pi.bak -e "s#(.{2}$)##g;"...
Try this one : perl -pi.bak -e "s#(.{2}$)##g;" info.txt

This is one liner perl code ...
1,405
Posted By ygemici
#!/bin/bash while true do if [ -e...
#!/bin/bash
while true
do
if [ -e file1.txt ] ; then
echo calling script1 `sh script1`
break
else
echo waiting for 10 seconds `sleep 10`
fi
done
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy