On Fri, Sep 19, 2003 at 10:14:13PM -0400, Grigsby, Garl wrote:
> Being that this is the "Eugene Unix and GNU/Linux User Group" I was wondering if 
> anybody might be able to shed some light on the following. I have a Solaris 9 system 
> and I was just checking on the status of a job I am running on it and when I run an 
> ls -l I get the following: 
> 
> [EMAIL PROTECTED] /scratch/grigsby $ ls -l
> total 7074996
> .SR1r--r--   1 grigsby  gtac     188997408 Sep 19 11:37 4842419-i32
> .SR2r--r--   1 grigsby  gtac     188813200 Sep 19 11:43 4842419-i32
> .rs1r--r--   1 grigsby  gtac     2344271872 Sep 19 12:22 4842419-i32
> .rs11--r--   1 grigsby  gtac           0 Sep 19 11:42 4842419-i32
> .rs12--r--   1 grigsby  gtac     35472784 Sep 19 11:51 4842419-i32
Perhaps the files got a line feed in the file name.

Try: 'ls *.SR1' to eliminate just one file and see if it does it.
Next, in bash try: 'ls *.SR1' then press alt-* to see what pops out of
the shell expansion.

Next try touch '4842419-i32.SR1' and see if you get a new file, in
addition to the one shown above.  If there is a linefeed in the file
name, rename them.

mv 484219-i32* (alt-*) 4842419-i32.SR1

Cory



-- 
Cory Petkovsek                                       Adapting Information
Adaptable IT Consulting                                Technology to your   
(541) 914-8417                                                   business
[EMAIL PROTECTED]                                  www.AdaptableIT.com
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to