Search Results

Search: Posts Made By: p.hemadrireddy
9,711
Posted By p.hemadrireddy
thanks for ur nice suggition..but i am working...
thanks for ur nice suggition..but i am working in a company guru...
this problem i am facing here... thats y i need it urgerntly.... plzzzzzzzzzzzzzzzz....
9,711
Posted By p.hemadrireddy
[quote=cfajohnson;302285088] Use a shell that...
[quote=cfajohnson;302285088]
Use a shell that is designed for scripting:


#!/bin/sh
is_file()
{
for file
do
[ -f "$1" ] && return
done
false
}

if is_file *.c
then
...
9,711
Posted By p.hemadrireddy
hi friends ..plz help me its soooooooooo urgent
hi friends ..plz help me its soooooooooo urgent
9,711
Posted By p.hemadrireddy
I tried anachal friend ..but no syntax...
I tried anachal friend ..but no syntax errors..but it is always entering into if condition...
9,711
Posted By p.hemadrireddy
i tried once friend evnethen ..it is always...
i tried once friend evnethen ..it is always entering into if condition .............plz help meeeeeeeeeeeeeee
9,711
Posted By p.hemadrireddy
Friend ..i am sorry to say that...Again it is...
Friend ..i am sorry to say that...Again it is entering into if condition whether files r there r not(always)....
anyother idea..plz reply me......
9,711
Posted By p.hemadrireddy
HOW TO CHECK ONLY .C FILES EXISTS OR NOT IN A FOLDER using IF in C shell script? Rep
Thanks for ur kind reply expert...I tried this ..but it is always entering into if condition only,eventhough files r not there....
anyother idea plz give me friend................
9,711
Posted By p.hemadrireddy
Thanks for ur kind reply friend...I tried now but...
Thanks for ur kind reply friend...I tried now but it is giving error that confusion(ambuious)in *.c........
plz give me if anyother ways plzzzzzzzzzzzzzzzzzzzz
9,711
Posted By p.hemadrireddy
HOW TO CHECK ONLY .C FILES EXISTS OR NOT IN A FOLDER using IF in C shell script?
Hi friends..
I hav a problem....
I dont know how to check .c files exists r not in a folder using IF in C shell script
actually i tried like this
if(=~ *.c)
even though...
Showing results 1 to 9 of 9

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