Skip to main content
user321627's user avatar
user321627's user avatar
user321627's user avatar
user321627
  • Member for 8 years, 2 months
  • Last seen more than a week ago
5 votes
6 answers
3k views

In Bash, given a sequence of files File.Number.{1..100}.txt, how can I tell which do not exist in a given directory

2 votes
2 answers
1k views

How can I read and extract information from a DDS-1 tape today?

2 votes
3 answers
420 views

How to modify a find function loop to handle backslashes and whitespaces? [duplicate]

2 votes
1 answer
3k views

Why does using double brackets "[[" to check if wildcard matched files exists fail, while single brackets "[" work?

1 vote
2 answers
909 views

When sed is used in an expect command, what is the proper way to escape the backslashes?

1 vote
2 answers
3k views

What is a safe way to dump data from a tape drive when you are not completely certain what is inside?

0 votes
1 answer
183 views

Looking for missing files in a directory of files via wildcard inputs [duplicate]

0 votes
3 answers
1k views

How to pull out a comma separated index list of all the missing files inside a directory?

0 votes
3 answers
596 views

How to read in a user's input in shell script and replace a line with the input after the script finishes executing?

0 votes
2 answers
2k views

How to remove all filename extensions from a string?

0 votes
2 answers
1k views

How to create a main bash script that allows users to input which of 2 functions they want to run?

0 votes
1 answer
1k views

What archival method (tar, zip, 7z, etc) allows me to retain folder modification dates on macOS?

0 votes
1 answer
784 views

How to tell if piping a tar file as a stream to curl is streaming vs. saving to a cached file first?

0 votes
1 answer
2k views

How to prevent curl output from printing a preceding pipe's output?

-1 votes
3 answers
623 views

Extracting numbers between bash array strings