Search Results

Search: Posts Made By: kkb
2,272
Posted By kkb
@dr.House . Thank you:b:. I now understand why...
@dr.House . Thank you:b:. I now understand why ppl say. you need a fresh pair of eyes looking into your code.

I had few questions about if syntax in my post. I would be thankful if you can advice...
2,272
Posted By kkb
Need Correct syntax for "if" in UNIX
I am trying to write a simple if statement but that driving me crazy:eek: with syntactical erorrs.

This is what I managed to come up


#!/bin/ksh
USERNAME=`whoami`
if [ "${USERNAME}" =...
44,075
Posted By kkb
this works great. Thank you. just curious :...
this works great. Thank you.

just curious : I tried to used the same expression with SED.
Is there any way to exclude tabbed spaces in the regular expression. ?

---------- Post updated at...
44,075
Posted By kkb
I was about to reply you. I tried your code,...
I was about to reply you.
I tried your code, looked like the spaces are still being truncated. I wanted to reconfirm that before I replied to you.

May be I should use the variable in quotes as...
44,075
Posted By kkb
only one problem we need to use a newline...
only one problem we need to use a newline character some where so that the output is in the same form as input. I was unable to fix it
44,075
Posted By kkb
Remove special characters from text file
Hi All,

i am trying to remove all special charecters().,/\~!@#%^$*&^_- and others from a tab delimited file.

I am using the following code.

while read LINE
do
echo $LINE | tr -d...
Forum: What is on Your Mind? 11-25-2009
43,259
Posted By kkb
Worked in an outsourced NOC(Network operation...
Worked in an outsourced NOC(Network operation center) for a Global firm. Got tired following SOP(Standard operating procedures) so moved to US for a management degree in information systems hoping...
6,413
Posted By kkb
Whoof..I missed such a small link..Hopefully i...
Whoof..I missed such a small link..Hopefully i wont ask such silly questions going forward..

Cheers rdcwayx:b:
6,413
Posted By kkb
@steadyonabix
I was in a hurry and didnt pay much attention to formatting.

I found a temporary work around (I think it might be permanent solution).
earlier I converted the excel file to csv manually by...
6,413
Posted By kkb
Need help with a script to process a CSV file using SED and AWK
I get a CSV file every day with 2 columns and multiple rows
ex:
date1,date2 ( both the fields are varchar fields)
This data has to be updated in a table which is being done manually and i want to...
Showing results 1 to 10 of 10

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