Search Results

Search: Posts Made By: rainboisterous
6,833
Posted By rainboisterous
maybe you are using ssh , and the files you cat...
maybe you are using ssh , and the files you cat are too large, so it cores and you are disclosed from the host
1,877
Posted By rainboisterous
echo -n "enter a word:"
echo -n "enter a word:"
8,587
Posted By rainboisterous
for i in `comm -23 1.txt 2.txt` do ...
for i in `comm -23 1.txt 2.txt`
do
iptables -A INPUT --dport $i -j DROP
iptables -A OUTPUT --dport $i -j DROP
done
2,094
Posted By rainboisterous
newname=`head -c 3 $filename` tail -c +3...
newname=`head -c 3 $filename`
tail -c +3 $filename > $newname
6,622
Posted By rainboisterous
thanks a lot
thanks a lot
6,622
Posted By rainboisterous
it seems as if the pipe does not work here?
it seems as if the pipe does not work here?
6,622
Posted By rainboisterous
ssh command with password
hi:
how can i use ssh with password in the command line .
18,754
Posted By rainboisterous
var="\*" echo $var --------------------- or...
var="\*"
echo $var
---------------------
or
var='\*'
echo $var
2,559
Posted By rainboisterous
thanks
thanks
2,559
Posted By rainboisterous
you can treat first post and second post as the...
you can treat first post and second post as the same, and ignore the first.
just give tips about the second.
thanks
2,559
Posted By rainboisterous
for the second,i want to get the output as: ...
for the second,i want to get the output as:
seedurl1,htmlurl1
seedurl1,htmlurl2
seedurl1,htmlurl3
.....
seedurlm,htmlurl1
seedurlm,htmlurl2
seedurlm,htmlurl3
....


thanks,any idea
2,559
Posted By rainboisterous
how to write shell script to extract lines we want
hi
i have a file which is very large . it contains lines in the format below:

seed url, html url
....
...
seed url, html url

i have sort it already.
2010ÄÏ·ÇÊÀ½ç±*_¾º¼¼·ç±©_ÐÂÀËÍø...
3,779
Posted By rainboisterous
yes, can you give me any idea . thanks
yes, can you give me any idea .
thanks
3,779
Posted By rainboisterous
i am using a c++ html parser to extracr links...
i am using a c++ html parser to extracr links from the web pages.
but there are many abnormal url in the results.
fro exampel:
http://百度:http://www.g.cn
or
http://123/a.html

---------- Post...
3,779
Posted By rainboisterous
3,789
Posted By rainboisterous
thanks for the all warmhearted people. i follow...
thanks for the all warmhearted people.
i follow your tips and deal with it .
3,789
Posted By rainboisterous
thanks , i need to go back to my dormitory now. ...
thanks , i need to go back to my dormitory now.
i will deal with it tomorrow.
thanks
3,789
Posted By rainboisterous
thanks it's this file: -rw-rw-r-- 1 admin...
thanks it's this file:
-rw-rw-r-- 1 admin admin 0 4\346\234\210 1 19:42 \033[00m\
\302\267\033[00m$

then how can i remove it .

any idea will be appreciated
3,789
Posted By rainboisterous
if i use the command "find ." there is a item...
if i use the command "find ."
there is a item below:
./.
3,789
Posted By rainboisterous
drwxrwxr-x 7 admin admin 4096 ...
drwxrwxr-x 7 admin admin 4096 4\346\234\210 8 22:09 \033[00;\
34m.\033[00m$
drwxr-xr-x 6 admin admin 4096 4\346\234\210 8 09:42 \033[00;\
34m..\033[00m$
-rw-rw-r-- 1 admin...
3,789
Posted By rainboisterous
总用量 844528 -rw-rw-r-- 1 admin admin 0...
总用量 844528
-rw-rw-r-- 1 admin admin 0 4月 1 19:42 ·
-rw-rw-r-- 1 admin admin 106 4月 1 19:42 client.conf
-rw------- 1 admin admin 25616384 4月 8 17:02 core.15658...
3,789
Posted By rainboisterous
how delete a special file
if i have a file named "."
how to delete it.
thanks .
2,113
Posted By rainboisterous
thanks, it does work.:b:
thanks, it does work.:b:
2,113
Posted By rainboisterous
help "rm"
if i have a file whose name is "-r"
how to remove it
any idea will be much appreciated
Showing results 1 to 24 of 24

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