Looping in linux
Closed
karthik
-
Jan 13, 2009 at 01:24 AM
jipicy Posts 40842 Registration date Wednesday August 27, 2003 Status Moderator Last seen August 10, 2020 - Jan 13, 2009 at 06:02 AM
jipicy Posts 40842 Registration date Wednesday August 27, 2003 Status Moderator Last seen August 10, 2020 - Jan 13, 2009 at 06:02 AM
Related:
- Looping in linux
- Kali linux iso download - Download - Linux
- Linux install tar.gz - Guide
- Linux install bison - Guide
- Nasm linux - Guide
- Arch linux download - Download - Linux
1 response
jipicy
Posts
40842
Registration date
Wednesday August 27, 2003
Status
Moderator
Last seen
August 10, 2020
17
Jan 13, 2009 at 06:02 AM
Jan 13, 2009 at 06:02 AM
Hi,
Try this:
;-))
--
$ man woman
Il n'y a pas de page de manuel pour woman.
Try this:
while true do if [ -f "$FILE" ] then echo "$FILE is still alive" sleep 100 continue else break fi done echo "$FILE is dead, process..."
;-))
--
$ man woman
Il n'y a pas de page de manuel pour woman.