Search Results

Search: Posts Made By: jaituteja
2,820
Posted By jaituteja
lol... Not at all... I was working on some...
lol... Not at all...

I was working on some data to display content..

couldn't figure out the right way...
1,155
Posted By jaituteja
Randomly create time in UNIX
Hey,

How can i create randomly create time N times.

Suppose i want to create data for a particualr date 5 times...

Mon Jan 19 11:42:50
Mon Jan 19 19:16:40
Mon Jan 19 12:12:33
Mon Jan 19...
2,820
Posted By jaituteja
Print String N times the number before it
Hey All,

I want want to print a string N times the number N before it.

Like i have "20 hello".

so i want to print

hello
hello
hello
.
.
.
.
. 20 times..


Please help me.. I am...
1,977
Posted By jaituteja
I have tried to use sed command sed 's/,/,0/g',...
I have tried to use sed command sed 's/,/,0/g', however, it changes the other values also..

I just need to replace the comma(,) with (,0)...
1,977
Posted By jaituteja
Replace comma and blank with comma and number
I,

I have a file and i need to replace comma and blank space with comma and 0.

cat file.txt

a,5
b,1
c,
d,
e,4

I need the output as

cat file.txt

a,5
b,1
c,0
d,0
2,604
Posted By jaituteja
Integer expression expected
Hi,

I am getting the below error while comparing the month of a file to current month.

I am using ls -lrth to get the month of that file and while using the if else condition i am getting the...
1,193
Posted By jaituteja
Hi, I am using Solaris server.. its not...
Hi,

I am using Solaris server.. its not working on linux..
What can be the soloution for solaris..


THanks,
J
1,193
Posted By jaituteja
How will this help?? what exactly is this...
How will this help??

what exactly is this style think..

Can you explain..!!!
1,193
Posted By jaituteja
Date to number
Hi,

When running ls -larth command, we get the output as follows.
-rwxrwx---1 user root 15K Nov 21 10:21 abc.txt

Now, i want to convert the date "Nov 21" into a number, in the form of...
Forum: Red Hat 03-08-2013
1,327
Posted By jaituteja
Wizard error
I am getting the below error while installing a bin file on linux system.

ERROR: .The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)
4,017
Posted By jaituteja
The comm command will only fetch the common data...
The comm command will only fetch the common data between them.

but i need the same thing from file1 as file1 has more info about the elements..
4,017
Posted By jaituteja
find common data
Hey guys,

I have two files. file1 and file2.

file1:
a,1
b,2
c,343
d,343
e,4343
f,4544

file 2:
a,
d,
e,

Now i need to find the common data between these files from file1.
i.e ...
2,348
Posted By jaituteja
Thanks mahn... It's working..!!! what if i...
Thanks mahn... It's working..!!!

what if i need the same values in the new columns???

i mean in the last two coloumns...!!!

---------- Post updated 02-11-12 at 11:35 AM ---------- Previous...
2,348
Posted By jaituteja
insert dummy values in a file
Hey guys, i have a file a.txt and i need to insert a dummy data into it as per the below pattern..

bash: cat a.txt
1234,34
3434,45
4545,56
3434,56

Now i need the file in the below pattern...
8,700
Posted By jaituteja
See its like echo "Hello" >> a.txt echo...
See its like
echo "Hello" >> a.txt
echo "UNIX" >> a.txt

cat a.txt
Hello
UNIX

Now i need the data to be appended like this
Hello UNIX.....

I hope you have got my point.
8,700
Posted By jaituteja
Append ouput in a single line
Hi Guys,
I need to append some data to a new file, but i need to make sure that when i use to >> command again.I dont go to the new line. i append the data on the same line.

Please help regarding...
5,547
Posted By jaituteja
I have splitted all these files using split...
I have splitted all these files using split command, but the new files dnt hve the .txt extension...

that is the problem..!!!
5,547
Posted By jaituteja
rename file, add extensions
Hi Guys,

I have files named myfileaa,myfileab,myfileac,myfilesad.... till myfileav.

Now i needs to rename all these files to myfileaa.txt ,myfileab.txt,myfileac.txt.


Please help me how to...
2,748
Posted By jaituteja
Is there any other alternative..??
Is there any other alternative..??
2,748
Posted By jaituteja
Could you please help me with the same,that how...
Could you please help me with the same,that how it needs to be done..!!!

once i am in the ftp session and i am at my destination, how to run the other script that i have placed at the destination...
2,748
Posted By jaituteja
running a script in a ftp session
Hi guys,

I am using a script that run ftp and transfer file from my source server to the destination server.

Since i have transferred my files to the destination server, now i want to run a...
2,120
Posted By jaituteja
Thanx a ton ahamed..!!! It's working.. ...
Thanx a ton ahamed..!!!

It's working..

Request you to please explain this..!!
2,120
Posted By jaituteja
Thanx ahmed. But there can be any number of...
Thanx ahmed.

But there can be any number of dates in the file.

In the above case it's three,but it can also be more than three in any case.

What to do in that case???
2,120
Posted By jaituteja
Thanx buddy. But i need the script in sh.
Thanx buddy.

But i need the script in sh.
2,120
Posted By jaituteja
Compare dates with time
Hi Team,

I need to compare three dates and extract the greatest among them into a file.


21 Jan 2012 05:46:59,146
21 Jan 2012 02:12:30,113
17 Jan 2012 09:08:10,417

Please help regarding...
Showing results 1 to 25 of 37

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