Skip to content

Commit

Permalink
Merge pull request #43 from oalders/fso-docs
Browse files Browse the repository at this point in the history
Fix fso docs in README
oalders authored Jan 19, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0bf34fc + 4af7bb8 commit 67774a3
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 67774a3

Please sign in to comment.