@@ -64,6 +104,10 @@ You can erase an existing file by a redirection
#### getnoclobber
```{shell}
getnoclobber
```
Returns the noclobber status as a string
-`on`: the noclobber mode is on
...
...
@@ -74,30 +118,460 @@ Returns the noclobber status as a string
> getnoclobber
off
```
#### pushclobber
```{shell}
pushclobber
```
Saves the current noclobber mode on a stack and sets it to 'off'
#### pushnoclobber
```{shell}
pushnoclobber
```
Saves the current noclobber mode on a stack and sets it to 'on'
#### popclobber
```{shell}
popclobber
```
Restores the last pushed noclobber mode
#### popnoclobber
Alias for the popclobber function. Using one of the both commands `popnoclobber` or `popclobber` leads to the same action, restoring the last pushed noclober mode
```{shell}
popnoclobber
```
Alias for the `popclobber` function. Using one of the both commands `popnoclobber` or `popclobber` leads to the same action, restoring the last pushed noclober mode