mkdir, touch, nmap: add Spanish translations (#5491)

This commit is contained in:
Gonzalo Contreras Aso
2021-03-23 19:19:37 +01:00
committed by GitHub
parent 6b1e529662
commit 5607caaea1
5 changed files with 67 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# mkdir
> Creates a directory.
> More information: <https://man7.org/linux/man-pages/man1/mkdir.1.html>.
- Create a directory in current directory or given path:

View File

@@ -1,6 +1,7 @@
# touch
> Change a file access and modification times (atime, mtime).
> More information: <https://man7.org/linux/man-pages/man1/touch.1.html>.
- Create a new empty file(s) or change the times for existing file(s) to current time: