Search Results

Search: Posts Made By: niswonp
2,922
Posted By niswonp
Thanks
Thank you for the feedback. I will look into this.
2,922
Posted By niswonp
Reflection X v14 Desktop Title bar
Not sure exactly where to post this, so I apologize if this is incorrect.

I have recently installed Reflection X v14.1 as an X windows client. While this may sound trivial, I have found that if...
18,965
Posted By niswonp
Thank you for the info. Between what you said and...
Thank you for the info. Between what you said and my “playing”, I think I understand.

In my system (RHEL5.5) according to man pages, it looks at /var/spool/cron first. We have a couple of...
18,965
Posted By niswonp
What crontab is in effect after reboot
A basic cron question and I hope I explain it enough.

If a person creates a file to use with cron and issues the followin command:

crontab [somefile]

I understand this will set the cron...
4,002
Posted By niswonp
stdout/stderr to mail if error
I have searched the forum and seems like I
just don't quite find my question.

I have a script that runs out of cron and I
am trying to send normal successful stdout
to /dev/null, but if there...
3,433
Posted By niswonp
Thank you, I'll try this. In the meantime, I...
Thank you, I'll try this. In the meantime, I found this works:

for file in $BaseDir/* ; do
case $file in
*.sql)
rm $file;;
*.in)
rm $file;;...
3,433
Posted By niswonp
Checking file existance by extension
I'm sure this can't be too tough, but.

I want to check the existance of file(s) by extension. There may be 0,1,N files. If any files exist, then remove them.

Thanks for any insight.
Showing results 1 to 7 of 7

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