×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
 
Hello,
Have you tried the following?
  QSH CMD('rm /test/rpgs051809/H04CLMPF*')
(beware, this will delete all files that start with H04CLMPF)
For some reason, you are using two slashes in your examples.  i.e. you 
are specifying //test instead of /test.  That seems like a strange thing 
to do. Why are you doing that?   You aren't confusing IFS with Windows 
Networking are you?
For a QShell rename command... the unix command to rename is: mv
mv oldFilename.txt newFilename.txt
note that "mv" stands for "move".  But moving a file and renaming them 
are really the same thing if you think about it.
fbocch2595@xxxxxxx wrote:
Is there a qsh rename command?? Help doesn't list one.? 
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 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.