mirror of https://github.com/CrimsonTome/tldr.git
rmdir: add more information link (#5566)
parent
4a95098a45
commit
e56e770ab7
|
@ -1,6 +1,7 @@
|
||||||
# rmdir
|
# rmdir
|
||||||
|
|
||||||
> அடைவை அழி.
|
> அடைவை அழி.
|
||||||
|
> மேலும் தகவல்: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||||
|
|
||||||
- அடைவு வெறுமையாகயிருந்தால் அதனை அழி. உள்ளடக்கமுடைய அடைவை நீக்க `rm` யைப் பயன்படுத்தவும்:
|
- அடைவு வெறுமையாகயிருந்தால் அதனை அழி. உள்ளடக்கமுடைய அடைவை நீக்க `rm` யைப் பயன்படுத்தவும்:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# rmdir
|
# rmdir
|
||||||
|
|
||||||
> 移除目錄。
|
> 移除目錄。
|
||||||
|
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||||
|
|
||||||
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):
|
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# rmdir
|
# rmdir
|
||||||
|
|
||||||
> Removes a directory.
|
> 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:
|
- Remove directory, provided it is empty. Use `rm -r` to remove non-empty directories:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue