Search Results

Search: Posts Made By: coolboy98699
2,947
Posted By coolboy98699
Sir am getting errors , can you please...
Sir am getting errors , can you please check,thank you

[off_dev@unixscript stemp]$ at -f /tmp/stemp/testcron.ksh now + 1
syntax error. Last token seen: 1
Garbled time
[off_dev@unixscript...
2,947
Posted By coolboy98699
Cronjob to be execute today at 9pm
HI Folks,
Sorry for this basic confusion but please help me.

i want to execute one script at 9pm today. i want make this as schedule so it can execute automatically.

So am doing like this.
...
1,076
Posted By coolboy98699
Please modify solution
Hi
Please check my code,here awk -vLIT="$line" '$0 ~ LIT { print LIT,"Found in ",FILENAME; }' $f it is not checking for small alphabets.can u pls modify my code


#!/bin/ksh
for f in...
1,221
Posted By coolboy98699
This is what i have tried, please correct my...
This is what i have tried, please correct my script

where object_list.lst have words list and /tmp/satemp (is the dir where all files are there)

#!/bin/ksh
FILE=/tmp/satemp...
1,221
Posted By coolboy98699
Find word in a directory files
Hi folks,

i have a file in which i have words like below

words.txt(file name) and words are arranged likes no spaces between words
Apple
Banana
Carrot

And i have list files which have...
893
Posted By coolboy98699
Regular expression needed
Hi Folks

i have text file which have oracle table creation script for ex

create table schema.table_name1 (col1 number,col2 number);
create table schema.table_name2 (col3 number,col4 number);
...
1,673
Posted By coolboy98699
It is on the same directory
It is on the same directory
1,673
Posted By coolboy98699
No such file or directory in script
Hi Folks

am in /home/coolboy/ directory

$cat test.sh
hi test

$cat hello.sh
./home/coolboy/test.sh
echo hello

when am executing hello.sh as ./hello.sh then it is giving the below...
871
Posted By coolboy98699
Concat required
Hi Folks
The below is code is giving me value 30.

cal | sed '/^$/d' | tail -1 | awk '{printf $NF-1}'

Actually the text is like below.

echo "you should reply on 30-Jan-2013 evening EST.
...
850
Posted By coolboy98699
please explain
Dear folks,

In the below script i understand that ld means last day , but i didnt get these
" awk '!/^$/{ld=$NF " , can you please explain



Original script
=============
$ sub=$( cal...
850
Posted By coolboy98699
Mail script
Hi Folks

Please help me on the below script

I want to write a script to mail with the subject as "xxxxx" on (lastday-1)_month_year.

means for this month the subject is like "xxxx" on...
2,641
Posted By coolboy98699
Formatting sql in UNIX
hi folks
am running the shell script below
#!/bin/bash
sqlplus 'scott@orcl/tiger'<<ENDSQL >> outputlogfile.csv
SET PAGES 0
SET HEAD ON
SET ECHO OFF
SET FEEDBACK OFF
SET LINESIZE 100
SET...
2,013
Posted By coolboy98699
Cant able to delete file named '\'
Hi folks

Please help to delete the file

-rw-r--r-- 1 sri sri 157 Dec 13 04:42 \

here unexpectedly "\" is created.

if am deleting using
> rm \ --i cant able to delete by using the...
Showing results 1 to 13 of 13

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