live cd

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Oct 26 02:18:32 EEST 2004


On 2004-10-26 00:48, V13 <v13 at priest.com> wrote:
> On Monday 25 October 2004 23:56, Giorgos Keramidas wrote:
> > Αυτή την υπέρμετρη αισιοδοξία όμως κράτα την!  Δεν είναι εύκολο να μάθεις
> > να δουλεύεις άνετα σε κονσόλα και να γράφεις εντολές που πολλές φορές
> > ξεπερνούν τις 10-15 γραμμές πριν καν πατήσεις ENTER.
>
>   Enoeis otan kaneis copy-paste entoles poy ksepernoyn tis 10-15 grammes giati
> an kathesai kai grafeis teties entoles xoris na xrisimopoihseis kapoion
> (endiameso) editor h kapoio shell script, tote exeis ftasei sto teleytaio
> stadio toy mazoxismoy...

Oxi, ennow kati san auto:

	$ for id in $( query-pr -q -r freebsd-doc | grep -v closed |
		       awk '{print $1}' ); do
	  orig=$( query-pr "${id}" | grep 'Originator:' | \
	      sed -E 's/^[^:]*:[[:space:]]*//' )
	  if [ X"${orig}" = X"" ]; then
		orig=$( query-pr -F "${id}" | grep '^From:[[:space:]]' | \
		    sed -E 's/^From:[[:space:]]*//' )
	  fi
	  if [ X"${orig}" = X"" ]; then
		echo "${id}: malformed problem report" >&2 ; break
	  fi
	  echo "${id} ${orig}" ; done | \
	  awk '{printf "%10d %s\n", $1, $2}'

Kommati-kommati xtizetai aneta se ligotero apo 2-3 lepta.  Tora tha mou
peis giati na min to kaneis mesw enos script file... alla telos pantwn :-)




More information about the Linux-greek-users mailing list