This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
os_cp:intro [2026/03/03 13:37] jkonczak [System manual and 'help' switch] |
os_cp:intro [2026/03/12 00:57] (current) jkonczak [Glob names and wildcards] |
||
|---|---|---|---|
| Line 263: | Line 263: | ||
| To change directory the command **''cd [//target//]''** is used. If no target is provided, ''cd'' changes current directory to the home directory. | To change directory the command **''cd [//target//]''** is used. If no target is provided, ''cd'' changes current directory to the home directory. | ||
| \\ | \\ | ||
| - | <html><small></html>If ''-'' is uses as the target, the directory is changed to the previously visited. <html></small></html> | + | <html><small></html>If ''-'' is used as the target, the directory is changed to the previously visited. <html></small></html> |
| ~~Exercise.#~~ Enter ''.config'' directory (located in your home directory) and list files within. | ~~Exercise.#~~ Enter ''.config'' directory (located in your home directory) and list files within. | ||
| Line 323: | Line 323: | ||
| ~~Exercise.#~~ Change directory to ''/usr/bin/'' directory. List all files that end with ''cat''. | ~~Exercise.#~~ Change directory to ''/usr/bin/'' directory. List all files that end with ''cat''. | ||
| - | ~~Exercise.#~~ List all files that end with ''cat'' in ''/usr/bin/'' while being in your home directory. | + | ~~Exercise.#~~ Change directory to your home directory. From there, list all files that end with ''cat'' in ''/usr/bin/''. |
| - | ~~Exercise.#~~ List all files that are in the ''/usr/bin/'' directory that have names consisting of two chatacters. | + | ~~Exercise.#~~ List all files that are in the ''/usr/bin/'' directory that have names consisting of two characters. |
| ~~Exercise.#~~ List contents of ''/usr/share/zoneinfo/'' and its subdirectories using a single command. | ~~Exercise.#~~ List contents of ''/usr/share/zoneinfo/'' and its subdirectories using a single command. | ||