close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Mar 26, 2009, 7:39:37 PM (17 years ago)
- Author:
-
ramon
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
29 | 29 | |
30 | 30 | Código fuente: |
31 | | [source:/trunk/EAC/hidra/scripts/hidraTypeFS] |
| 31 | [source:/trunk/Hidra/scripts/hidraTypeFS] |
32 | 32 | |
33 | 33 | == Ejemplos == |
34 | 34 | |
| 35 | Ejecución del comando: |
35 | 36 | {{{ |
36 | 37 | # hidraTypeFS 1 2 |
… |
… |
|
39 | 40 | EXT3 |
40 | 41 | }}} |
| 42 | |
| 43 | Llamada desde otra función: |
| 44 | {{{ |
| 45 | #!sh |
| 46 | # Obtener en una variable el tipo de partición indicada por los 2 primeros parámetros de entrada. |
| 47 | TIPO=$(hidraTypeFS $1 $2) |
| 48 | }}} |