copying files

Rob Lemley rob at b15.INGR.COM
Sat Dec 8 08:58:23 AEST 1990


In <4497 at idunno.Princeton.EDU> subbarao at phoenix.Princeton.EDU (Kartik Subbarao) writes:

>The problem with a simple .* is that "." and ".." also qualify as .*'s,
>and as you know, they stand for your current and parent directories.

>ls .[A-z]*

How about:

	ls -d .[!.]*	# sys V R 3 sh and ksh

Rob
---
Rob Lemley
System Consultant, Scanning Software, Intergraph, Huntsville, AL
rob!b15 at ingr.com		OR		...!uunet!ingr!b15!rob
205-730-1546



More information about the Comp.unix.shell mailing list