Search Results

Search: Posts Made By: balan_mca
Forum: Ubuntu 10-21-2010
2,174
Posted By balan_mca
Need help to install LDTP tool on Linux
Hi,

I wanna install LDTP (Linux Desktop Testing Project) tool for test automation on Linux (Ubutnu 10.04) operating system. But I dont get clear installation steps, configuration files and all.
...
Forum: Ubuntu 08-19-2009
4,301
Posted By balan_mca
How can we find out who are all logged out recently?
Hi,
I need to find out who are all the users logged out recently or some minutes or some hours ago.

:b:
5,043
Posted By balan_mca
Try this, cat filename | grep -w...
Try this,

cat filename | grep -w "sample"
Forum: Ubuntu 08-19-2009
9,527
Posted By balan_mca
What it means $who >> $logfile 2>&1 ?
could you explain me what its exactly will do?:(
1,508
Posted By balan_mca
plz understand my query...
Hi everyone!
Sometimes if we type arrow keys or DEL key or ESC key while reading any input string, we are unable to see that key values. But, if you open the particular file in vi/gvim editor ,you...
3,917
Posted By balan_mca
Thnx ya!:)
Thnx ya!:)
3,917
Posted By balan_mca
want to grep only strings in a file?
Hai,

Just want to print only alphanumeric in a file

ex:-

fdsdsklf#@^%$#hf

output:- fdsdsklfhf

plz, help me:o
3,017
Posted By balan_mca
is is possible remove junk chars from the strings?
Hello friendz,

dfl;g435hkd.fg[3~[3~
..this is what I am getting. I want to print strings without junk chars.

I want to exactly like this......
5,691
Posted By balan_mca
Need to print only selected char in a string..?
Hi,

I want to print particular chars in a string. for example
ie.,

consider " dear,. roopa$#09%~`';'][\.@ " as the example string. Here, I want to print only alphanumeric chars..

suppose ,...
2,466
Posted By balan_mca
Plz, anybody help me!
Plz, anybody help me!
2,466
Posted By balan_mca
How to delete ctrl key values in a given string?
I thing, we have to find out key values. we can delete those key values if we found.

But how can we find those key values:confused:
2,466
Posted By balan_mca
Hi, echo $input_string | sed...
Hi,

echo $input_string | sed 's/[^a-zA-Z]//g'
if I use abu cmd... can get the following output only.

Welcome Dto BangaloreBABDDCCC

this removes only ^ [ ]  that chars.

i need exact...
2,466
Posted By balan_mca
How to delete ctrl key values in a given string?
Hi all,

My query is... in the runtime, you are getting any input string. Unfortunately, you have pressed some ctrl keys or esc keys or arrow keys while typing input string. You can get the input...
4,689
Posted By balan_mca
Thanx guys...
Thanx guys...
4,689
Posted By balan_mca
How to avoid duplication within 2 files?
Hi all,

Actually 2 files are there - file1, file2.
file1 contains --->
london
mosco
america
russia
mosco

file2 contains -->

europe
india
japan
mosco
england...
153,789
Posted By balan_mca
how to remove a special char and whitespace char in a file
Hi pals,

Could you guys clear my doubts?..

I want to remove all white space chars, ctrl key chars, arrow key chars, Esc key char and del key chars...

for ex..

Get the input value[ while...
Showing results 1 to 16 of 16

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