On Wed, 25 Jun 2025 16:11:17 -0500, Jon Perryman  wrote:

>On Wed, 25 Jun 2025 15:19:57 -0500, Wendell Lovewell wrote:
>
>>I'm not at my oc, but does  this work?
>>
>>Rename *.txt * 
>
>If I remember correctly, the suggestion was to use z/OS Unix filesystem which 
>would use the "mv" Unix command which if I remember correctly allows this.
>
Errr ... no.:
    823 $ ls -1
    bar.txt
    foo.txt
    824 $ set -x
    825 $ mv *.txt *
    -bash 688+ mv bar.txt foo.txt bar.txt foo.txt
    mv: target 'foo.txt': Not a directory
    826 $ 

Were you thinking  of CMS?

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to