Neagu wrote:
> Prima intrebare din cartea "Atelier de programare bla..bla.." se refera la comanda >de afisare a subdirectoarelor din directorul curent. Raspunsul este ls -d si >probabil ca este corect ( si man ls zice la fel ) dar spre rusinea mea n-am reusit sa >fac aceasta comanda sa mearga. Afiseza doar ./ Poate sa-mi spuna cineva care este >motivul ? lipseste un parametru : "CE sa itzi listeze ?". "ls -d" este de fapt un filtru pentru directoare. try: ls -d /root/* ls -d /root/ (vezi diferenta ?) ls -d ./* > > Neagu > > > > --- > Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to > unsubscribe from this list. > --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
