cp folder/subfolder/subsubfolder

V13 v13 at priest.com
Thu Mar 8 10:45:01 EET 2007


On Wednesday 07 March 2007 15:42, Giorgos Keramidas wrote:
> Με cpio(1) σε 'pass through mode':
>
>     if test ! -d /home/all ; then \
>       mkdir /home/all ; \
>     else true ; fi
>     ( cd /home/nkoub ; \
>       find books | cpio -p -dmu /home/all )

  Prepei na'sai o monos anthropos ston kosmo poy grafei:

if test "a" = "a" ; then
  ...
else
  ...
fi

anti gia:

if test "a" = "a" ; then
  ...
fi

h esto:

test ! -d /home/all || mkdir /home/all

(gia na epistrefei kai true)

:P

<<V13>>




More information about the Linux-greek-users mailing list