Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • cd command

    Hi

    So I've tried to change the directory from my downloads to documents folder

    Aim to import the excel file from the below
    Documents>Statistics projects>Seminoma> Exel file

    I've managed to cd to Documents
    However, I'm unable to change it further to the subfolder seminoma

    What am I doing wrong?

    This was successful:
    cd /Users/denise/Documents

    However this wasn't
    Click image for larger version

Name:	Screenshot 2024-06-02 at 23.08.35.png
Views:	1
Size:	50.9 KB
ID:	1755191



    This would then be followed by:

    Code:
    import excel "Complete data seminoma excel.xlsx", firstrow case(lower)
    As I am able to get to the Documents folder , when I tried - dir- just to check I'm typing the subfolder correctly - which I am doing as you can see below:

    drwxr-xr-x@ 4 denisev staff 128 Jun 2 15:21 Statistics projects /

  • #2
    Because the pathname contains blank spaces, you must wrap it in quotes.

    Comment

    Working...
    X