Problem finding my folder via terminal

Tamara Berger brgrt2 at gmail.com
Fri Jun 8 22:55:58 EDT 2018


Hi Cameron,

I have to answer you via email because I haven't gotten the hang of
the inline style yet. Here is the result of your suggestion:

Last login: Fri Jun  8 22:43:58 on ttys001
192:~ TamaraB$ cd Desktop/mymodules/
192:mymodules TamaraB$ ls -laR /Users/TamaraB/Desktop/mymodules
total 16
drwxr-xr-x   4 TamaraB  staff   136 Jun  7 01:32 .
drwx------+ 37 TamaraB  staff  1258 Jun  8 22:30 ..
-rw-r--r--@  1 TamaraB  staff  6148 Jun  7 10:54 .DS_Store
drwxr-xr-x   5 TamaraB  staff   170 Jun  7 01:32 mymodules

/Users/TamaraB/Desktop/mymodules/mymodules:
total 16
drwxr-xr-x  5 TamaraB  staff  170 Jun  7 01:32 .
drwxr-xr-x  4 TamaraB  staff  136 Jun  7 01:32 ..
-rw-r--r--@ 1 TamaraB  staff    0 Jun  5 09:47 README.py
-rw-r--r--@ 1 TamaraB  staff  253 Jun  7 10:55 setup.py
-rw-r--r--@ 1 TamaraB  staff  166 Jun  5 10:01 vsearch.py
192:mymodules TamaraB$

(When I copied the coding into the email, I got a line of space
between each line of coding, and had to delete the extra lines one by
one? Any way to do this job nonmanually or to transfer the coding into
an email without the extra lines of space?)

Thanks for all your help.

Tamara




On Fri, Jun 8, 2018 at 6:03 PM Cameron Simpson <cs at cskk.id.au> wrote:
>
> On 08Jun2018 10:23, Tamara Berger <brgrt2 at gmail.com> wrote:
> >On Fri, Jun 8, 2018 at 5:35 AM Cameron Simpson <cs at cskk.id.au> wrote:
> >> On 08Jun2018 01:52, Tamara Berger <brgrt2 at gmail.com> wrote:
> >> >192:~ TamaraB$ cd Desktop/mymodules
> >> >192:mymodules TamaraB$ pwd
> >> >/Users/TamaraB/Desktop/mymodules
> >> >192:mymodules TamaraB$ ls
> >> >mymodules
> >>
> >> It looks like you have a "mymodules" folder _inside_ your "Desktop/mymodules"
> >> folder. Form the /Users/TamaraB/Desktop/mymodules folder, type these commands.
> >>
> >>   ls -la
> >>   ls -la mymodules
> >
> >Nope. No duplicate folder.
>
> Your Terminal transcript above says otherwise, because (a) you're standing in
> "/Users/TamaraB/Desktop/mymodules" and (b) the "ls" command shows:
>
>   mymodules
>
> Therefore, _inside_ the "/Users/TamaraB/Desktop/mymodules" folder there is
> something called "mymodules", unless the transcript above is not complete.
>
> Please pos the result of:
>
>   ls -laR /Users/TamaraB/Desktop/mymodules
>
> Cheers,
> Cameron Simpson <cs at cskk.id.au>



More information about the Python-list mailing list