mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -161,7 +161,7 @@ $ arp -a | jc --arp -p
|
|||||||
```
|
```
|
||||||
### crontab
|
### crontab
|
||||||
```
|
```
|
||||||
$ crontab | jc --crontab -p
|
$ cat /etc/crontab | jc --crontab -p
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ Compatibility:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ crontab | jc --crontab -p
|
$ cat /etc/crontab | jc --crontab -p
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
@ -80,7 +80,7 @@ Examples:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
$ crontab | jc --crontab -p -r
|
$ cat /etc/crontab | jc --crontab -p -r
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@ Compatibility:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ crontab | jc --crontab -p
|
$ cat /etc/crontab | jc --crontab -p
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
@ -79,7 +79,7 @@ Examples:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
$ crontab | jc --crontab -p -r
|
$ cat /etc/crontab | jc --crontab -p -r
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user