Search Results

Search: Posts Made By: himanshu sood
13,655
Posted By himanshu sood
Could you explain me what is this doing ? ...
Could you explain me what is this doing ?

Also why my awk was unable to remove all spaces?

Thanks,
Himanshu Sood
13,655
Posted By himanshu sood
Removing blank/white spaces and special characters
Hello All ,

1. I am trying to do a task where I need to remove Blank spaces from my file , I am usingawk '{$1=$1}{print}' file>file1Input :-
;05/12/1990 ;31/03/2014 ...
11,356
Posted By himanshu sood
Hello Sri, Is it possible to add this VBA...
Hello Sri,

Is it possible to add this VBA stuff to Shell script ?

Anyone out there can help me on this using scripting .

Himanshu Sood
11,356
Posted By himanshu sood
mjf, I have converted my files to csv using...
mjf,

I have converted my files to csv using Applescript and now the problem is renaming themas required.
As i dont want to hard code anything so looking for some dynamic way to do so.

Any help...
11,356
Posted By himanshu sood
Additional Information:- Added attachment...
Additional Information:-

Added attachment has 3 sheets in that and the new csv files need to have those names in it .

E.g :-
Origin File Name :- 20130430_Himanshu.xls

CSV File Name :-...
11,356
Posted By himanshu sood
Dealing with XLS file with multiple tabs
Hey Guys ,

Recently working on a requirement , i had to deal with XLS file with multiple tabs and the requirement was as below :

1. Convert one XLS file with multiple tabs to multiple CSV...
8,385
Posted By himanshu sood
Hello Sea , I have added a xls for ur...
Hello Sea ,

I have added a xls for ur reference.
You will see 3 sheets in that and the new csv files need to have those names in it .

E.g :-
Origin File Name :- 20130430_Himanshu.xls

CSV...
8,385
Posted By himanshu sood
Shell script for dealing with XLS file with multiple tabs/worksheets
Hey Guys ,

Recently working on a requirement , i had to deal with XLS file with multiple tabs and the requirement was as below :

1. Convert one XLS file with multiple tabs to multiple CSV...
1,129
Posted By himanshu sood
Hello , ls -ltr | grep ^d | head -1 -->...
Hello ,

ls -ltr | grep ^d | head -1 --> Directories
ls -ltr | grep ^-r | head -1 --> Files

Thanks,
Himanshu Sood
788
Posted By himanshu sood
is that you just need to remove multiple...
is that you just need to remove multiple occurrences or even you need to format your output ? to what i see in your output , your input has undergone a format change too ?

Just to remove...
1,568
Posted By himanshu sood
Hello vbe, Thanks for ur reply . But my...
Hello vbe,

Thanks for ur reply . But my problem still not addressed properly .

I still need FROM been added to my mail .

Will adding FROM to header file works ?I tried but no luck .

...
1,568
Posted By himanshu sood
Problem with mailx in HP_UX
Hello Guys ,

I have read various threads over this forum related to mailx command but could not find my answer , so starting this new thread.But if you still find a thread related/similar to this...
1,802
Posted By himanshu sood
i have no idea about "expect ". Hw do i use it ? ...
i have no idea about "expect ". Hw do i use it ?

Or is there no other way through scripting , that i can pass password to console ?

Regards,
Himanshu Sood
1,802
Posted By himanshu sood
thanks for ur comments. But as i have...
thanks for ur comments.

But as i have mentioned before , i am not authorised to use keygen here. Also i have list of X servers which i will be login to and even if i get keygen done , i have to...
1,802
Posted By himanshu sood
Establishing remote connection to a Xserver from a UNIX Box
Hello Guys ,

I have been working on a script where we are looking to connect a remote Xserver from a Unix box. Once a connection is made , i need to run several commands on remote machine to...
2,889
Posted By himanshu sood
Don u rocks... Grt explanation .. This really...
Don u rocks... Grt explanation .. This really helps .
2,120
Posted By himanshu sood
Thanks vbe.Its all about working with different...
Thanks vbe.Its all about working with different companies , so have to change my flavor of UNIX as well.

---------- Post updated 11-06-13 at 12:54 AM ---------- Previous update was 11-05-13 at...
2,889
Posted By himanshu sood
Problem with find command "find: cannot open"
Hello Guys ,

I am trying to run below find command in one of my SH script on a HP UX machine.

find /tmp -type f -name "MGCA*.log" -prune -exec rm -f {} \; 2>&1

I want this to check my tmp...
2,120
Posted By himanshu sood
Its pointing to same line that i have asked...
Its pointing to same line that i have asked before .

But somehow it worked fine for me using test command as below :-
if test -f ${MGCA_RESULTS_FILE} && test -f ${MGCA_TMP_LOG}¨

Thanks guys...
2,120
Posted By himanshu sood
This still do not works . getting below error : ...
This still do not works . getting below error :

[195]: syntax error at line 208 : `-a' unexpected
Kindly help.

Thanks,
Himanshu Sood
2,120
Posted By himanshu sood
Problem with -s option in IF
Hello Guys ,

I am trying to run below in one of my script but unable to get it succeed .
Can anyone help me on this?

I am using HP-UX.

if [ -s ${MGCA_RESULTS_PATH} && -s ${MGCA_TMP_LOG} ]...
6,972
Posted By himanshu sood
Need to master shell scripting
hello guys,

I need your help in mastering UNIX shell Scripting. I am looking out for some good books or pdf's . Please provide ur help. :p
Showing results 1 to 22 of 22

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