Search Results

Search: Posts Made By: shivangi
1,966
Posted By shivangi
Thanks for the reply, can you explain with...
Thanks for the reply, can you explain with example? Lets say i have a file with name xxxxx.hq. how can i use strings command on this file?
1,966
Posted By shivangi
.hq files on UNIX
Hi,

I see files with .hq extensition on my system, these are updating runtime in my project, however i am unaware what complete information it has, Is there a way I can convert these files to...
1,880
Posted By shivangi
Oh so the value in variable FETCHA is not...
Oh so the value in variable FETCHA is not correct.
you can try like this
year=`date +%Y`
month=`date+%m`
dt=`date+%d`
newdir=$year$month$dt
echo $newdir
FETCHA=/bin/$newdir
echo $FETCHA...
1,880
Posted By shivangi
Hi, Do you wish to create a directory...
Hi,

Do you wish to create a directory structure like /dir/bin/<yyyymmdd>?
Please try mkdir -p /dir/name

tnr,
Shivangi
2,374
Posted By shivangi
Tried with using variable ORACLE_HOME as...
Tried with using variable ORACLE_HOME as well,didnt help
2,374
Posted By shivangi
Script not running through Cronjob
Hi,

I have a .ksh script which updates the database. The script is running fine manually but it is not running through cron.All the file permissions are fine.
The script contents are as below:
...
2,183
Posted By shivangi
I did try executing the changed script, the menu...
I did try executing the changed script, the menu is getting displayed and also the output (after entering Date and not date in choice)
2,183
Posted By shivangi
Enjoy.... Check the changes #!/bin/bash ...
Enjoy.... Check the changes

#!/bin/bash
clear
while [ "$ans" != "Exit" ]; do
echo ".-----------------------------------------------------------------."
echo "| |"
echo "| Type in the...
Showing results 1 to 8 of 8

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