Search Results

Search: Posts Made By: rprasad
9,782
Posted By rprasad
Wow, this worked. Thank you !!
If you want to do it without a makefile:

#!/bin/sh

if [ "$#" -gt 0 ]
then
X="$1"
elif [ -f lastfile ]
then
read X < lastfile
fi

[ -z "$X" ] && X=1

R=1

while [...
Showing results 1 to 1 of 1

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