We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I execute the following command
cp $dir/* $staging_data
where...
$dir
$staging_data
fswatch
fswatch only generates/processes one event.
We need to make sure that fswatch generates and processes events for all files in the directory if a wildcard $dir/* is passed as an argument.
$dir/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I execute the following command
where...
$dir
contains a combination of .zip files (containing eTUFF files) and .txt eTUFF files, and$staging_data
is the target staging directory being monitored byfswatch
fswatch only generates/processes one event.
We need to make sure that
fswatch
generates and processes events for all files in the directory if a wildcard$dir/*
is passed as an argument.The text was updated successfully, but these errors were encountered: