Search Results

Search: Posts Made By: niceboykunal123
Forum: Programming 04-30-2010
3,472
Posted By niceboykunal123
Thanks folks for all your replies... was...
Thanks folks for all your replies...

was really very much helpful.....
Forum: Programming 04-26-2010
7,658
Posted By niceboykunal123
I dont have permission to install any software...
I dont have permission to install any software tool, can we inhance the command or write any shell script for this issue
Forum: Programming 04-23-2010
7,658
Posted By niceboykunal123
Advance FIND Command
Hi,

I have to find jar file name and its path by passing it containing class file name, jar is a kind of zip.

by using following command I am able to get jar file name by passing class file...
Forum: Programming 04-19-2010
3,472
Posted By niceboykunal123
Why & How C in Unix
Hi,

I have been using shell scripts and other unix commands for my daily file and other operations onto the unix box.

I have never written C or any other programming lanugae, But now I want...
2,851
Posted By niceboykunal123
actually i want alaways option 4 to run, but...
actually i want alaways option 4 to run,

but thorough some script which read menu first ./procdure.ksh 4 (option)

want to autmate this...


Note:- I hv to embed this code in my other big...
2,851
Posted By niceboykunal123
Automate Script ***V. Urgent
Hi All,

./procdure.ksh which opens the below the menu, I want to build a script which will press 4 and run the Sector Data Automatically (instead of pressing option 4 manually)

Is there any way...
3,310
Posted By niceboykunal123
Thanks a lot - Praveen....!!! thanks again
Thanks a lot - Praveen....!!!

thanks again
3,310
Posted By niceboykunal123
Hi, praveen as i said, date -v option not...
Hi, praveen

as i said, date -v option not working from my end....

hence need help
3,310
Posted By niceboykunal123
Substract date (month) Problem
#!/bin/ksh

month=`date | cut -c5-8`
year=`date | cut -c24-28`

echo "$month"
echo "$year"

--- This gives me output as Feb and 2009
but now I want to substract the 1 month from the current...
11,716
Posted By niceboykunal123
Thanks a lot, Praveen...!!! from where did u...
Thanks a lot, Praveen...!!!

from where did u fetch this...link please..

thanks again....
11,716
Posted By niceboykunal123
-s option stands for ? *Urgent
if [[ -s $FTPFILE ]]


in the above command, i want to know what exactly -s options stands for, more detailed help is most welcomed, thanks in advance,
and $FTPFILE is a variable, wchich contains...
1,950
Posted By niceboykunal123
???????
???????
1,950
Posted By niceboykunal123
Complex Insert block in the Script
I have script in that there are thousands of create statement...

I want to add these lines, above every Create Stament
================================================
IF...
3,930
Posted By niceboykunal123
awk 'BEGIN{FS="##colsep##";OFS=","}{print $1, $2,...
awk 'BEGIN{FS="##colsep##";OFS=","}{print $1, $2, NF}' file1

this command works, but giving only 2 columns, NF not working...

there are such 42 cloumns, ......

thanks....and looking fwd
3,930
Posted By niceboykunal123
want to remove separators from file
Hi,

I have huge file,

head -1 filneame gives,

I just want to remove "##colsep##" from the file, and also want to count the no. of fileds present, as in

Output shld be in newfile as...
Forum: Programming 09-25-2008
2,218
Posted By niceboykunal123
Java Compiling Help**URgent**
I am compling simple java program HelloWorld.java

although /usr/bin @ this path javac is present,
is there any command line wherein i can pass the this option as well
lik javac -opttion(javac...
2,670
Posted By niceboykunal123
:( :( :(
:( :( :(
2,670
Posted By niceboykunal123
BrainBench Certified Shell Programmer..Any1
Hi

I am looking for some one who is Brainbench Certified Shell Programmer, who can share his/her experience.

Actually I am planning to give exam, but before that wuld lik some1 to throw light...
1,588
Posted By niceboykunal123
Thanks Era...!!!
Thanks Era...!!!
1,588
Posted By niceboykunal123
Thanks... a million...!!!
Thanks... a million...!!!
1,588
Posted By niceboykunal123
any1 there... pls HELP
any1 there...

pls HELP
1,588
Posted By niceboykunal123
Simple Add - Problem
#!/bin/ksh
echo "ADDITION OF TWO NUMBERS"
echo " "
echo "ENTER FIRST NUMBER"
read no1
echo "ENTER SECOND NUMBER"
read no2
echo " "
no3=expr '$no1...
2,481
Posted By niceboykunal123
Want to Convert Scripts in Linux format
I have scripts which I want to convert in Linux format.

Note these scripts are in txt format.But I want to convert them in Linux, as DBA's will be using this script.

Any command or utility...
3,436
Posted By niceboykunal123
Want To convert script in Linux format
I have scripts which I want to convert in Linux format.

Note these scripts are in txt format.But I want to convert them in Linux, as DBA's will be using this script.

Any command or utility...
3,288
Posted By niceboykunal123
/home/users/Master - under this there are 5...
/home/users/Master - under this there are 5 sub-directories which contains
string_yyyymmdd.dat files

I want to remove the yyymmdd files from all sub-directores..

above is still not working....
Showing results 1 to 25 of 35

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