diff options
Diffstat (limited to 'cth')
| -rwxr-xr-x | cth | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,4 +5,4 @@ | |||
| 5 | 5 | ||
| 6 | name=$1 | 6 | name=$1 |
| 7 | shift | 7 | shift |
| 8 | sed -n "/^$name/,/^}/ p" $@ | 8 | sed -n "/^$name/,/^}/ p" "$@" |
![]() |
index : scripts | |
| Various scripts for UNIX-like systems |
| aboutsummaryrefslogtreecommitdiff |
| -rwxr-xr-x | cth | 2 |
| @@ -5,4 +5,4 @@ | |||
| 5 | 5 | ||
| 6 | name=$1 | 6 | name=$1 |
| 7 | shift | 7 | shift |
| 8 | sed -n "/^$name/,/^}/ p" $@ | 8 | sed -n "/^$name/,/^}/ p" "$@" |
Generated with cgit - Back to sebastiano.tronto.net