2022-02-14 02:22:51 +00:00
|
|
|
---
|
|
|
|
title: default
|
|
|
|
layout: command
|
2022-03-04 12:10:09 +00:00
|
|
|
version: 0.59.1
|
2022-02-14 02:22:51 +00:00
|
|
|
---
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
Sets a default row's column if missing.
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Signature
|
2020-06-23 18:21:47 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
```> default (column name) (column value)```
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Parameters
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
- `column name`: the name of the column
|
|
|
|
- `column value`: the value of the column to default
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Examples
|
2019-12-01 16:39:09 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
Give a default 'target' to all file entries
|
2019-12-01 16:39:09 +00:00
|
|
|
```shell
|
2022-02-14 02:22:51 +00:00
|
|
|
> ls -la | default target 'nothing'
|
2019-12-01 16:39:09 +00:00
|
|
|
```
|