bourne shell query

Jukka Partanen jtp at ngs.fi
Thu Aug 30 22:17:36 AEST 1990


In article <26DC6447.15922 at maccs.dcss.mcmaster.ca> fred at maccs.dcss.mcmaster.ca (Fred Whiteside) writes:
>files=`ls -rt * |grep -v '.*[a-zA-Z].*' | awk $1 '>=' $zots {print}`

files=`ls -rt | grep -v '.*[a-zA-Z].*' | awk '$1 >= '$zots' {print}`

--

	  A mountain is something you don't wanna fuck with.



More information about the Comp.unix.shell mailing list