You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use bat to concatenate a list of files together (i.e., bat file1.txt file2.txt ... > combined.txt), there is an error message when one of the listed files is missing:
[bat error]: No such file or directory (os error 2)
The error message should report the filename of the file that is missing to help the user identify which parameter passed to bat is missing.
If I use cat and a file is missing, the error message is:
/bin/cat: missingfile.txt: No such file or directory
The text was updated successfully, but these errors were encountered:
If you use bat to concatenate a list of files together (i.e., bat file1.txt file2.txt ... > combined.txt), there is an error message when one of the listed files is missing:
[bat error]: No such file or directory (os error 2)
The error message should report the filename of the file that is missing to help the user identify which parameter passed to bat is missing.
If I use cat and a file is missing, the error message is:
/bin/cat: missingfile.txt: No such file or directory
The text was updated successfully, but these errors were encountered: