Search Results

Search: Posts Made By: vj8436
Forum: Red Hat 01-31-2012
2,529
Posted By vj8436
I am using putty to login to this linux server. I...
I am using putty to login to this linux server. I am trying to install a scheduling software. it has a launch pad.

when i execute the launchpad.sh, it says, unable to open the firefox browser....
Forum: Red Hat 01-31-2012
2,529
Posted By vj8436
Help in launching firefox.
Hi,

-- I am new to linux, please bear with my tech terms.

I am using Red Hat 4.1.2-48 (Linux version 2.6.18-194.11.1.el5) for the project. This is a remote server and I do not use any GUI.
...
4,173
Posted By vj8436
How to set block size for CPIO in HPUX
Hi,

One of our internal tool runs cpio command to archive certain files, but I receive an error as follows.

CPIO Failure (operation would block)

When i debugged, i assume that this an...
17,324
Posted By vj8436
thank u ..
thank u ..
17,324
Posted By vj8436
what is the meaning of "set -- *" and "set -- /"
I am going thru an UNIX article where i found the following commands,

set -- *
files=$#
set -- /
directory=$#
I came to know that these are used to count the number of files & directories,...
4,824
Posted By vj8436
Can you explain what do you mean bu giving 'UNIX...
Can you explain what do you mean bu giving 'UNIX access to file' and 'mounting the access share to file'
4,824
Posted By vj8436
Read window Excel sheet to unix
I would like to read data from excel sheet as a input to a shell script.

Myproblem is the excel sheet is in windows. How can I write a shell script to read data from that excel sheet?

How...
3,236
Posted By vj8436
But sir!!!!!! Still i get the same error. ...
But sir!!!!!!

Still i get the same error.

output:

cat tempfile2 |sed 's/\(BUILD-3-.*-[0-9]\.[0-9]-\)\([0-9].*\.[0-9].*\.[0-9].*\)/\2/' | awk '{printf "%-8.8s %-23.23s %-30.30s...
3,236
Posted By vj8436
But please look into this.....
Thank you for the valuable input.

But while I give the following input,

BUILD-3-ECDBCrisDataLoaderV8-1.14-8.14.2 DCR-14461 mpdwfxt?-?Jayashree Remove?Pef?Changes

It gives...
3,236
Posted By vj8436
Interpret sed and awk in the below command.
Could you interpret the following sed and awk command for me?

command:
cat tempfile2 |sed "s/\(BUILD-3-.*-[0-9]\.[0-9]-\)\([0-9].*\.[0-9].*\.[0-9].*\)/\2/" | awk '{printf "%-8.8s %-23.23s...
6,310
Posted By vj8436
just echo the $? value to a variable and see...
just echo the $? value to a variable and see whether the value is non zero or not!!

var1=$?
2,335
Posted By vj8436
Interpret the sed command.
Could you interpret the following sed and awk command for me?

command:
cat tempfile2 |sed "s/\(BUILD-3-.*-[0-9]\.[0-9]-\)\([0-9].*\.[0-9].*\.[0-9].*\)/\2/" | awk '{printf "%-8.8s %-23.23s...
2,604
Posted By vj8436
Thank you sir... It is really rocking!!!
Thank you sir... It is really rocking!!!
2,604
Posted By vj8436
It works well thanks a lot can u explain the...
It works well thanks a lot
can u explain the same?? and how can i bring commas in different places at a time

like "vimal,thomas,wants to know,"
2,604
Posted By vj8436
Place a comma on lines
Is it possible to place a comma in the desired places, like 10spaces after or 15 spaces after, irrespective of the contents???

Ex:File: TEST

TEST:

vimalthomaswants to place a comma
can...
2,632
Posted By vj8436
Thank you sir. this forum is really helpful. I...
Thank you sir. this forum is really helpful. I will try to get those kind of data... but can u explain your code please!!
2,632
Posted By vj8436
Here i want the comma in, DCR/MR, RELATED...
Here i want the comma in,

DCR/MR, RELATED WORK REQUEST, DATE OPENED, PROCESSED BY

and the same order has to follow down also
2,632
Posted By vj8436
Sir, Wonderfull it really workswell but...
Sir,

Wonderfull
it really workswell
but can you please look the data below?

DCR/MR RELATED WORK REQUEST DATE OPENED PROCESSED BY
------ -------------------- ...
2,632
Posted By vj8436
I am not able to display it here... each line...
I am not able to display it here... each line comes with the following format

title<10 spaces>title<5spaces>title<5spaces>title

I want the line as

itle<10...
2,632
Posted By vj8436
Sorry i want the file in the following format ...
Sorry i want the file in the following format

title ,title ,title ,title
---- ,---- ,---- ,----
vimal ,thoma ,100 , approved
vimal ,yes ,2 ,allowed
2,632
Posted By vj8436
Format each line of the file
I have a file -> testfile

title title title title
---- ---- ---- ----
vimal thoma 100 approved
vimal yes 2 allowed
...
3,807
Posted By vj8436
The data in attachment .xls are seperated by tab...
The data in attachment .xls are seperated by tab spaces.
3,807
Posted By vj8436
UNIX -> send data as excel in seperate cells
Hi

I have a data file in UNIX as follows. I need to send this file in Mail as excel format. but the problem i face is i get the data all in single cells per row. what can i do to get the data in...
16,773
Posted By vj8436
(rm test ; sed -n '/^approved/p;/^removed/p' >...
(rm test ; sed -n '/^approved/p;/^removed/p' > test ;) < test


Can you explain me the above command?
16,773
Posted By vj8436
egrep '^(approved|removed)' test this works...
egrep '^(approved|removed)' test

this works well and gives the desired output. but the file is not changed. is there anyway that the file is modified with out redirecting??
Showing results 1 to 25 of 29

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