由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Where's emacs' private dictionary?
相关主题
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
replace a string in all files under a directory?UNIX Tip: the bad and the good
How to find a file in the deep children directory?如何删除一组文件或给一组文件更名?
Re: 如何用grep查找子目录下的文件?--stop!regular expression中回车用什么表示?
Re: 如何用grep查找子目录下的文件?一个高技术问题
相关话题的讨论汇总
话题: where话题: dictionary话题: word话题: emacs话题: private
进入Unix版参与讨论
1 (共1页)
X****r
发帖数: 3557
1
I added a wrong word into it and want to remove that word.
Thanks!
h******a
发帖数: 198
2
.ispell_english ???

【在 X****r 的大作中提到】
: I added a wrong word into it and want to remove that word.
: Thanks!

j***y
发帖数: 87
3
I don't know.
but if you don't know either, try:
find / -type f -exec grep your_wrong_word {} \;
it may give you some results. :)

【在 X****r 的大作中提到】
: I added a wrong word into it and want to remove that word.
: Thanks!

X****r
发帖数: 3557
4
Yeah, it is... actually I hadn't save it before I use find, so I missed it :(

【在 h******a 的大作中提到】
: .ispell_english ???
1 (共1页)
进入Unix版参与讨论
相关主题
一个高技术问题replace a string in all files under a directory?
想写个小东东How to find a file in the deep children directory?
Help on shell scriptRe: 如何用grep查找子目录下的文件?--stop!
coconut,关于directory grep的问题Re: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
相关话题的讨论汇总
话题: where话题: dictionary话题: word话题: emacs话题: private