Search Results

Search: Posts Made By: praveenkumar198
2,652
Posted By praveenkumar198
Hi, I was making a mistake just by giving *...
Hi,

I was making a mistake just by giving * * * * * and no the script path which i have to run......not i have added it and it's fixed.

THANKS Everyone.
8,595
Posted By praveenkumar198
Hi, Thanks everyone for clearing my doubts. ...
Hi,

Thanks everyone for clearing my doubts.

Still one question if i have a user and i want him to have it's own cron file. i did the same but even though i have added him in cron.allow it's not...
2,652
Posted By praveenkumar198
Permission on crontab & mysql
HI,

I am using centos 6 and finding difficultly in doing 2 below things.

1. i have a user praveen i want to allow him to create cron job of his own. so i have added his user id in cron.allow...
8,595
Posted By praveenkumar198
Is CRON only for root user
Hi,

i have question about cron. can we have user based cron file under /var/spool/cron or we should have only root file which can only be accessed by root user or admin and he should only be doing...
2,280
Posted By praveenkumar198
This is also not working. ---------- Post...
This is also not working.

---------- Post updated at 03:21 PM ---------- Previous update was at 03:19 PM ----------

Hi All,

i think i ll have to live with this out put until i find some...
2,280
Posted By praveenkumar198
[QUOTE=Scrutinizer;302943924]Try: while read...
[QUOTE=Scrutinizer;302943924]Try:
while read file
do
printf "File:-%s" "$file"
find "$search_folder" -name "$file" -type f |
while read path
do
printf "\t%s" "$path"
done
...
2,280
Posted By praveenkumar198
Hi, I have checked with printf and tried...
Hi,

I have checked with printf and tried everything but still the output is not as i am expecting but it 90% correct

in attached screen shot if you will see it is adding tab before printing...
2,280
Posted By praveenkumar198
Hi, Thanks....i am trying with printf...
Hi,

Thanks....i am trying with printf command & hopefully i will make it the way i want it.

PKS
2,280
Posted By praveenkumar198
Sorry..it just been few days(max 5 days) working...
Sorry..it just been few days(max 5 days) working with shell. Dont know awk but will try hand on that for sure.

Better aligned means better or proper spacing to make them look better for reading...
970
Posted By praveenkumar198
Hi, You need to add -w with grep to search...
Hi,

You need to add -w with grep to search for the exact word.

Please check & let know me know.cat file.txt | grep -w "abc"

Thanks
PKS


Please wrap all code, files, input &...
2,280
Posted By praveenkumar198
Better Align--output of find command
Hi,

i have sh program which search for a file in a folder structure and provides its path. This is just used to see if that file exits more that once anywhere down the folder structure. I have...
Showing results 1 to 11 of 11

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