Re: String File
Lktee wrote: > > Dear All, Hello, > I try command below in Unix > > $ ls -l file? > -rw-r-r--1 root 125 May 27 11:11file1 > -rwxr-x- 1 root 52125 May 27 19:11 file2 > drwxr-xr-x 1 root 442 May 27 20:11
RE: String File
? Used for pattern matching where in it matches exactly one character after the pattern that you have provided. Similarly * will match zero or more characters. -Original Message- From: LKTee [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:13 AM To: '[EMAIL PROTECTED]' Subject: