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

[question] how to print or export ALL files written by a command? #6

Open
pgp opened this issue Sep 5, 2023 · 1 comment
Open

[question] how to print or export ALL files written by a command? #6

pgp opened this issue Sep 5, 2023 · 1 comment

Comments

@pgp
Copy link

pgp commented Sep 5, 2023

With shournal --query --history 10 I have in output the files accessed in the last 10 commands monitored; however, for application that access a lot of files, this output is truncated, like this:

971 read files:
 ...    <--- some file paths
 ... and 961 more files

is there any cli option to force full output?

@tycho-kirchner
Copy link
Owner

Yes. To increase the number of displayed read files, the -rfc / --rfiles-max-count argument exists, so in your case:

shournal --query --history 10 -rfc 999

is sufficient. For all query options, call

shournal -q --help

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

No branches or pull requests

2 participants