scribd/Tail Action
Retrieve the last n lines of a file or string.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The filepath to retrieve lines from. Must provide a path or a string. | no | — |
| string | The string to retrieve lines from. Must provide a path or a string. | no | — |
| line-count | The number of lines to retrieve. | — | 10 |
Outputs
| name | description |
|---|---|
| content | The retrieved lines. |