Changes between Version 1 and Version 2 of ApiHidra/hidraTypeFS
- Timestamp:
- Mar 26, 2009, 7:39:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApiHidra/hidraTypeFS
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 }}}