Search Results

Search: Posts Made By: vino.paal
1,870
Posted By vino.paal
check the date
for eg. i want to check the job status for the last week(06/09). how this can b achieved
2,488
Posted By vino.paal
operating system is UNIX ---------- Post...
operating system is UNIX

---------- Post updated at 08:07 PM ---------- Previous update was at 01:17 AM ----------

can someone please help on this.
2,488
Posted By vino.paal
Showing Clock
Is it possible to display the clock (timing) on the screen all the time.
3,209
Posted By vino.paal
hi
can you please explain ...and also give an example to remove the junk character using sed command.. your help is much appreciated :)
3,209
Posted By vino.paal
Hi
Can anyone help on this ???
3,209
Posted By vino.paal
Thanks
hi ..
i have tried to delete by giving the range in tr command but its not working. lik tr -d '/200'-'/377'.
error is telling characters limit is out of range.

i will try ur response n ll let...
3,209
Posted By vino.paal
Deleting octal values
I have some junk values in my files
鵶„‰¼±¤¡ad. am able to find the octal values as below by using od command.
303 251 265 266 204 211 274 261 244 241 141 144

i want to know how to delete...
1,479
Posted By vino.paal
I dont have any sample file with me right now ....
I dont have any sample file with me right now . From the view , i will get the output as a table.I have to extract the data from the table and then have to write it in the file .

sample...
1,479
Posted By vino.paal
View ouput as a file
Hi all ,

I have a view in teradata , the ouput of that view have to be stored as a file with delimitere as '|'.Is there any possibility of doing this in unix ?


Thanks in advance ,
Vinoth
1,292
Posted By vino.paal
using sed
Please explain the following sed command
sed -n -e '/^------/,/^+-----/ !d' -e '/--------/ !p filename
getting output = 0


sample file
BTEQ 12.00.00.00 Tue Oct 26 21:22:19 2010...
5,392
Posted By vino.paal
Using sed
to print 2nd line alone
sed -n 2p filename

to print first four line

sed -n 1,4p filename
21,475
Posted By vino.paal
PASTE will help you
PASTE command will work like ,line by line it will do the pasting.
Command for PASTE is
paste file1 file2
when you are trying to append ,you will be getting TAB as a delimiter b/w file1 and...
8,518
Posted By vino.paal
home dir
if you want to go back to home dir
you can use cd ~/
Showing results 1 to 13 of 13

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