Difference between revisions of "Directory"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[[wikipedia:Directory (computing)]] | [[wikipedia:Directory (computing)]] | ||
− | + | * <code>[[find . -type d]]</code> | |
* List files but not [[directories]]: <code>[[find . -type f]]</code> | * List files but not [[directories]]: <code>[[find . -type f]]</code> | ||
Line 11: | Line 11: | ||
* <code>[[mkdir]]</code> | * <code>[[mkdir]]</code> | ||
* [[Database Schema]] | * [[Database Schema]] | ||
+ | * [[GCS]] | ||
+ | * [[Folder (Object Storage)]] | ||
+ | * <code>[[pwdx]]</code> | ||
+ | * [[basename]] | ||
== See also == | == See also == |
Latest revision as of 04:28, 12 February 2024
This article is a Draft. Help us to complete it.
wikipedia:Directory (computing)
find . -type d
- List files but not directories:
find . -type f
Related terms[edit]
- Finder
- smart folder in MacOS since April 2005, Apple released Mac OS X v10.4
- wikipedia:Virtual folder
mkdir
- Database Schema
- GCS
- Folder (Object Storage)
pwdx
- basename
See also[edit]
Advertising: