fbocch2595@xxxxxxx wrote:
So, I ask you folks, does anyone know how I might b/able to remove these objects????????????
Something similar to this might help:
qsh (start the command shell)
cd <wherever the objects in question are>
mkdir foo
mv '/test/rpts'* foo (or suitable filter that works for ls i.e. "ls -d
<filter>" produces a list of only the objects in question)
cd foo
rm -rf *
cd ..
rmdir foo
If you can't get a ls filter to work, you could move all the good files
somewhere else and rm *
The switches for ls are a little different on the i than what I'm used
to, so check the doc on ls -d and make sure that does directory entries.
I'm pretty sure that rm -rf works the same (recurse and force.) The
basic idea is to move them somewhere, then delete everything in the new
location.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.