Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stat call #60

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

bernt-matthias
Copy link
Collaborator

somehow this was completely messed up:

-f, --file-system     display file system status instead of file status

%z   time of last status change, human-readable

should be fine now:

-c  --format=FORMAT   use the specified FORMAT instead of the default;
                          output a newline after each use of FORMAT
%s   total size, in bytes

somehow this was completely messed up:

```
-f, --file-system     display file system status instead of file status

%z   time of last status change, human-readable
```

should be fine now:

```
-c  --format=FORMAT   use the specified FORMAT instead of the default;
                          output a newline after each use of FORMAT
%s   total size, in bytes
```
@bernt-matthias bernt-matthias merged commit b276054 into galaxyproject:main Nov 25, 2024
14 of 15 checks passed
@bernt-matthias bernt-matthias deleted the fix-stat branch November 25, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants