Search Results

Search: Posts Made By: moxxx68
20,894
Posted By moxxx68
can't be that difficult to look it in the man...
can't be that difficult to look it in the man pages can it?
moxxx68
your're welcome! :eek: :D :D
2,917
Posted By moxxx68
find ./path -print -exec basename {} \; | awk -v...
find ./path -print -exec basename {} \; | awk -v var=arr 'arr[$0]++;i >= 2; i$var' | xargs mv --target-directory=test..


this worked to a certain extent although I am getting some error
messages...
2,173
Posted By moxxx68
posted twice on same thread..
sorry! accidentally posted the same post twice on a thread.. could
you please remove the second .. thanx
moxxx68
20,894
Posted By moxxx68
try man bash! (or ksh,csh-tcsh whichever) it...
try man bash! (or ksh,csh-tcsh whichever)
it will give you the right
variables to find status and such

for example
if you want to know the return status of the last command
type:
$ $?

to...
2,917
Posted By moxxx68
too many occurances to rm manually! will this...
too many occurances to rm manually!
will this work...

find ./path -iname "basename" | awk 'BEGIN{arr[$0]++}{var=[$0];var > 0; var++}END{i=[var++]}' | xargs mv --target-directory=dup-dir

%rm...
2,917
Posted By moxxx68
thanx, will try! moxxx68.......
thanx,
will try!
moxxx68.......
2,917
Posted By moxxx68
getting rid of duplicate files
i have a bad problem with multiple occurances of the same file in
different directories.. how this happened i am not sure! but I know
that i can use awk to scan multiple directory trees to find an ...
6,182
Posted By moxxx68
:rolleyes: dear all sorry for the...
:rolleyes:
dear all sorry for the inconvenience of a stupid question.. but I found the answer to this question
by accident going through the packages of a knoppix CD trying to break into the NTFS...
2,870
Posted By moxxx68
these are probably typo errors, since I use ed as...
these are probably typo errors, since I use ed as an editor alot and i find lots
of files with the same recurring error.
moxxx68
2,870
Posted By moxxx68
"thanks for your kind words but i didn't...
"thanks for your kind words but i didn't understand a word you said"
mouin
2,870
Posted By moxxx68
i don't have any actual examples I can show: ...
i don't have any actual examples I can show:
but its simple ;
sed '/\.$/G;/[0-9]*;G;' filename
will put a new line at end of paragraph and a newline after any time stamp: both are necessary......
2,870
Posted By moxxx68
syntax gives back funny results
i do lots of formatting of types/sorts on my laptop and this is probably one of the basic syntax I use

sed '/\<[0-9]*:/G;/\.$/G;' filename | fmt -w 80 > foo

if I add /**.*/;' to the sed...
6,182
Posted By moxxx68
unable to access hpfs/ntfs properly
i can't access my ntfs partition from one of my linux devices and can only acess it read only on the other... the two linux systems are Fedora core 4
and Ubuntu Hoary hedghog5*... all three are on a...
14,137
Posted By moxxx68
this worked to a certain extent but this command...
this worked to a certain extent but this command does the same thing although it is not quite what
i am looking for..
find . ./dir -type f -iname "*.t[argz]*[bz]2" -depth -print | cpio --null -pvd...
14,137
Posted By moxxx68
thanx for the replay will try! moxxx68 ;)
thanx for the replay will try!
moxxx68 ;)
14,137
Posted By moxxx68
moving multiple files --recursively using BSD
i am using a FreeBSD remote account and I have directory that holds a number of
other directories most of which posses *.tgz *.tar.bz2 *.gz files... on a linux system
i would use a find format...
7,071
Posted By moxxx68
prob with selinux is the permission enforcement...
prob with selinux is the permission enforcement when enabled.. so it wouldn't let me back in unless i unlocked the perms... close to 1777 is what screwed it up due to SE (security enhanced).... SE...
7,071
Posted By moxxx68
sorry! NOT \ i meant / as in chmod xxx /......
sorry! NOT \ i meant / as in chmod xxx /... everything hit xxx and the only dir i couldn't save was /tmp i couldn't quite get the permisssions right... obviuosly /tmp would be one of the more...
7,071
Posted By moxxx68
it went corrupt... i had selinux enabled...
it went corrupt... i had selinux enabled enforcing (policy).. AND too many raw files i had tar zipped and installed from tmp.. a bachslash and a bad chmod number didn't mix well with selinux and both...
7,071
Posted By moxxx68
replacing corrupt /tmp dir..
dear unix members...
i have just got done dealing with the worst problem i have dealt with in my two years of unix... on my fedora core 3 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386...
2,572
Posted By moxxx68
terminal 8/ new Xwindows session
hi everyone...
simple question,,,
if I open a new Xwindows session on terminal 8 would it be possible to hook my laptop to a desktop computer platformed with linux and run an alternate session from...
2,130
Posted By moxxx68
SElinux
I am on a fedora core 2.6.9-1.677 i686
which is selinux enabled unlike the version I was on before .. which had to be manually enabled ..and if you knew nothing of the sort you were lost.. that...
59,250
Posted By moxxx68
$/sbin/ifconfig `grep 'inet addr' | grep -v...
$/sbin/ifconfig `grep 'inet addr' | grep -v '127.0.0.0'`
had to struggle with this one a little! hope it helps
moxxx68..
6,059
Posted By moxxx68
great....! thanx moxxx68.
great....!
thanx moxxx68.
Forum: What is on Your Mind? 03-31-2005
10,277
Posted By moxxx68
guns & roses or set of 90 techo songs over and...
guns & roses or set of 90 techo songs over and over (paul oak, tiesto & et al ).....
Showing results 1 to 25 of 300

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