Skip to content

Commit

Permalink
Fix fso docs in README
Browse files Browse the repository at this point in the history
oalders committed Jan 19, 2025
1 parent 44ec9b9 commit 4af7bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -522,13 +522,13 @@ an absolute path.
Compare against the last modified date of a file.

```bash
is cli age /tmp/programs.csv lt 18 hours
is fso age /tmp/programs.csv lt 18 hours
```

Compare against the last modified date of a directory.

```bash
is cli age ~./local/cache gt 1 d
is fso age ~./local/cache gt 1 d
```

Supported comparisons are:

0 comments on commit 4af7bb8

Please sign in to comment.