You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"- \"How can I see what files and directories I have?\"\n"
"- \"How can I specify the location of a file or directory on my computer?\"\n"
"objectives:\n"
"- \"Explain the similarities and differences between a file and a directory.\"\n"
"- \"Translate an absolute path into a relative path and vice versa.\"\n"
"- \"Construct absolute and relative paths that identify specific files and directories.\"\n"
"- \"Demonstrate the use of tab completion, and explain its advantages.\"\n"
"keypoints:\n"
"- \"The file system is responsible for managing information on the disk.\"\n"
"- \"Information is stored in files, which are stored in directories (folders).\"\n"
"- \"Directories can also store other directories, which forms a directory tree.\"\n"
"- \"`cd path` changes the current working directory.\"\n"
"- \"`ls path` prints a listing of a specific file or directory; `ls` on its own lists the current working directory.\"\n"
"- \"`pwd` prints the user's current working directory.\"\n"
"- \"`whoami` shows the user's current identity.\"\n"
"- \"`/` on its own is the root directory of the whole file system.\"\n"
"- \"A relative path specifies a location starting from the current location.\"\n"
"- \"An absolute path specifies a location from the root of the file system.\"\n"
"- \"Directory names in a path are separated with `/` on Unix, but `\\\\\\\\` on Windows.\"\n"
"- \"`..` means 'the directory above the current one'; `.` on its own means 'the current directory'.\"\n"
"- \"Most files' names are `something.extension`. The extension isn't required, and doesn't guarantee anything, but is normally used to indicate the type of data in the file.\"\n"
"---"
msgstr""
"---\n"
"title: \"Navigating Files and Directories\"\n"
"teaching: 30\n"
"exercises: 10\n"
"questions:\n"
"- \"How can I move around on my computer?\"\n"
"- \"How can I see what files and directories I have?\"\n"
"- \"How can I specify the location of a file or directory on my computer?\"\n"
"objectives:\n"
"- \"Explain the similarities and differences between a file and a directory.\"\n"
"- \"Translate an absolute path into a relative path and vice versa.\"\n"
"- \"Construct absolute and relative paths that identify specific files and directories.\"\n"
"- \"Demonstrate the use of tab completion, and explain its advantages.\"\n"
"keypoints:\n"
"- \"The file system is responsible for managing information on the disk.\"\n"
"- \"Information is stored in files, which are stored in directories (folders).\"\n"
"- \"Directories can also store other directories, which forms a directory tree.\"\n"
"- \"`cd path` changes the current working directory.\"\n"
"- \"`ls path` prints a listing of a specific file or directory; `ls` on its own lists the current working directory.\"\n"
"- \"`pwd` prints the user's current working directory.\"\n"
"- \"`whoami` shows the user's current identity.\"\n"
"- \"`/` on its own is the root directory of the whole file system.\"\n"
"- \"A relative path specifies a location starting from the current location.\"\n"
"- \"An absolute path specifies a location from the root of the file system.\"\n"
"- \"Directory names in a path are separated with `/` on Unix, but `\\\\\\\\` on Windows.\"\n"
"- \"`..` means 'the directory above the current one'; `.` on its own means 'the current directory'.\"\n"
"- \"Most files' names are `something.extension`. The extension isn't required, and doesn't guarantee anything, but is normally used to indicate the type of data in the file.\"\n"
"---"
#:shell-novice/_episodes/02-filedir.md:30
msgid""
"The part of the operating system responsible for managing files and directories \n"
"is called the **file system**.\n"
"It organizes our data into files,\n"
"which hold information,\n"
"and directories (also called \"folders\"),\n"
"which hold files or other directories."
msgstr""
"The part of the operating system responsible for managing files and directories \n"
"is called the **file system**.\n"
"It organizes our data into files,\n"
"which hold information,\n"
"and directories (also called \"folders\"),\n"
"which hold files or other directories."
#:shell-novice/_episodes/02-filedir.md:37
msgid""
"Several commands are frequently used to create, inspect, rename, and delete files and directories.\n"
"To start exploring them, we'll go to our open shell window:"
msgstr""
"Several commands are frequently used to create, inspect, rename, and delete files and directories.\n"
"To start exploring them, we'll go to our open shell window:"
#:shell-novice/_episodes/02-filedir.md:40
msgid""
"First let's find out where we are by running a command called `pwd`\n"
"(which stands for \"print working directory\"). Directories are like *places* - at any time\n"
"while we are using the shell we are in exactly one place, called\n"
"our **current working directory**. Commands mostly read and write files in the \n"
"current working directory, i.e. \"here\", so knowing where you are before running\n"
"a command is important. `pwd` shows you where you are:"
msgstr""
"First let's find out where we are by running a command called `pwd`\n"
"(which stands for \"print working directory\"). Directories are like *places* - at any time\n"
"while we are using the shell we are in exactly one place, called\n"
"our **current working directory**. Commands mostly read and write files in the \n"
"current working directory, i.e. \"here\", so knowing where you are before running\n"
"a command is important. `pwd` shows you where you are:"
Translation: shell-novice Episode 2 "Navigating Files and Directories" (02-filedir.md)
i18n/po/shell-novice.ja.po
Lines 1462 to 3419 in f4aed5e
The text was updated successfully, but these errors were encountered: