Search Results

Search: Posts Made By: jianma
1,433
Posted By jianma
Hi Corona688: Thanks!
Hi Corona688:

Thanks!
1,433
Posted By jianma
Hi yazu, Thanks. The information is very...
Hi yazu,

Thanks. The information is very helpful.
1,433
Posted By jianma
odd problem in read lines from file
Hi,

I wrote a small program to read lines from a file and count the lines. The program is as below:

filename=$1
count=0
cat $filename | while read -r line
do
printf "%5d:%s\n"...
Forum: SuSE 08-27-2011
3,153
Posted By jianma
Hi yazu and psshah, Thanks a lot!
Hi yazu and psshah,

Thanks a lot!
Forum: SuSE 08-26-2011
3,153
Posted By jianma
change PATH problem
Hi,

I want to add a path to PATH. I added export PATH=$PATH:$HOME/newpath in the ~.profile. I exit the shell and reenter shell. After I type echo $PATH. The new path is not added. I don't know...
Forum: SuSE 08-25-2011
2,100
Posted By jianma
update package/software questions
Hi,

In SUSE linux, it looks like that I can update the package using YAST or install the package from source. So, which way works better? Also, if i install the package of new version. Do i need...
1,789
Posted By jianma
Thanks!
Thanks!
1,789
Posted By jianma
echo **
Hi,

The current directory has two files: a, b. echo ** gets the result a b, instead of a b a b. I don't understand this. Can someone give some explanation?

Thanks!
3,118
Posted By jianma
Hi Skrynesaver, Thanks!
Hi Skrynesaver,

Thanks!
3,118
Posted By jianma
matched characters - regular expression
Hi,

I read the book of <<unix shell programming>>. The regular expression ^\(.\)\1 matches the first character on the line and stores it in register 1. Then the expression matches whatever is...
Showing results 1 to 10 of 10

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