Search Results

Search: Posts Made By: rajubollas
2,513
Posted By rajubollas
before script run file data cat...
before script run file data
cat Crs_Assessment_Extract.txt
NA|ASSESSMENT|567890|234|6789-12-45...
2,513
Posted By rajubollas
Hi Don, i have given control files data not...
Hi Don,

i have given control files data not the actual files data as it is huge in size.
here i am attaching one sample for your reference.
i have modified file extension *.txt as was unable to...
2,513
Posted By rajubollas
Thanks Don, i will take your inputs for faster...
Thanks Don, i will take your inputs for faster and simple scripts going forward.
Please find here my actual code.


#!/bin/ksh

...
2,513
Posted By rajubollas
Hi All, I am still waiting for other work...
Hi All,

I am still waiting for other work around.
Please suggesst me
6,823
Posted By rajubollas
Can you try this i am not root user to test this...
Can you try this i am not root user to test this on my environment
#!/bin/bash

clear
add_user() {
PS3="Enter your choice> "
select i in "Current Logins" "Last Logins" "Generate List of Users"...
2,513
Posted By rajubollas
Hi Don, Thanks for looking into my...
Hi Don,

Thanks for looking into my requirement let me summerize what i am trying achieve.

i have source data in Germany_Source_1.txt, Germany_Source_2.txt ...nth.txt files which contains...
2,513
Posted By rajubollas
Awk+colpos+negative if for 20 values
Hi All,

i have 20 Obligors when ever i dont find all of them on particular row/line from each in put i need to print it in different file.

using below command but it is not working please help...
4,113
Posted By rajubollas
Password Encryption for Oracle Script
Please let me know the how to hide Oracle credential in below script:

PP.AIX.ETL:/XYZ/abc/dsclientprod/home/scripts/monthly > cat exec_sql.sh
set +x
# import our environment
#....
2,812
Posted By rajubollas
Sample data and am using AIX 5.2 version
$ cat A020820122200.tis2webhmna001_ADS_AIDOut.txt...
2,812
Posted By rajubollas
Sample Data
SMaple data

Cat smaplet.txt

LSGWT52X7CS140735|12A_AB17ab1_ac
LSGWT52X7CS140736|22A_AB27ab2_ac
LSGWT52X7CS140737|12A_AB17Cab1_ac
LSGWT52X7CS140738|22A_AB27Cab2_ac...
2,812
Posted By rajubollas
Using sed '${linenum}d' $filename in shell
Hi Experts,


Please let me know how to below situation:

Looking for:
sed "${linenum}d" $filename > $filename _Without_7C

Working Command:
sed "${linenum}d"...
4,931
Posted By rajubollas
Afer FTP unable mv file to other location
This is what i am trying, first i have to run data stage job for Aix server and it will generate a file that file will mv with currentdate stamp (PSIC_FIlename_29092011130105.txt) then compress and...
4,931
Posted By rajubollas
After FTP unable to move file to other location
Hi Experts,

I am using below script and facing some problems..

cd /home/user/test
rm ftp://ftp.log
Example: A_Bachfile_09292011.txt
A=`ls -1 "A*.txt"`
compress $A
C=`ls -1 "A*`
...
5,232
Posted By rajubollas
#!/usr/bin/sh #Scripted by Raju B on Aug062011#...
#!/usr/bin/sh
#Scripted by Raju B on Aug062011#
#Datastge Jobs monitoring script
cd /QIS2FTP/scripts/Scripts
#Removing Last Run Jobstatus.txt file.
rm /QIS2FTP/scripts/Scripts/Jobstatus.txt...
5,232
Posted By rajubollas
List of Running Jobs In Last 4 Hours
Hi Experts,
Please help me in this.
I am trying this code on AIX 5.3.
I need list of jobs that executed in last 4 hours.
I have a schedule on this script - cron executes it and sends mail to me...
3,097
Posted By rajubollas
Thanks for the Help, Still i am looking for IF...
Thanks for the Help,
Still i am looking for IF then Else part.

JobStat=`dsjob -report $Project $i | grep status | awk -F= ' { print $2; } ' | awk ' { print $1; } '`;
if [ "$SysDate" ==...
3,097
Posted By rajubollas
This option i tried but no luck
I am Using AIX 5.3
3,097
Posted By rajubollas
CurrentTime-4 hours
Hi,
Good Afternoon!
I am writing this script on "sh" and have Variables as below.
#Time in hours ex: 09
JobTime=`echo $StartTime |awk '{print $2}'|cut -f1 -d':'`
SystemHours=`date +%H`
How can...
1,402
Posted By rajubollas
Rename Files in array
Hi Experts,

I am new to Unix i wrote below code to rename if the file size less than 8MB.

I might have more than one file to rename sometimes:wall:.
Please help me in writing the code for...
Showing results 1 to 19 of 19

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