mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
rmdir: add more information link (#5566)
This commit is contained in:
parent
4a95098a45
commit
e56e770ab7
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# rmdir
|
||||
|
||||
> அடைவை அழி.
|
||||
> மேலும் தகவல்: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||
|
||||
- அடைவு வெறுமையாகயிருந்தால் அதனை அழி. உள்ளடக்கமுடைய அடைவை நீக்க `rm` யைப் பயன்படுத்தவும்:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# rmdir
|
||||
|
||||
> 移除目錄。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||
|
||||
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# rmdir
|
||||
|
||||
> Removes a directory.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||
|
||||
- Remove directory, provided it is empty. Use `rm -r` to remove non-empty directories:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue