Post History
I do this occasionally. It is sometimes useful to compare file titles where they aren't fixed lengths. For example: 01 02 The Beatles The Rolling Stones Help Satisfaction .m...
Answer
#2: Post edited
I do this occasionally. It is sometimes useful to compare files titles where they aren't fixed lengths.- For example:
- ```
- 01 02
- The Beatles The Rolling Stones
- Help Satisfaction
- .mp3 .flac
- ```
- That can be the file name, or the first few lines of a file.
- I don't use it terribly often.
- I do this occasionally. It is sometimes useful to compare file titles where they aren't fixed lengths.
- For example:
- ```
- 01 02
- The Beatles The Rolling Stones
- Help Satisfaction
- .mp3 .flac
- ```
- That can be the file name, or the first few lines of a file.
- I don't use it terribly often.
#1: Initial revision
I do this occasionally. It is sometimes useful to compare files titles where they aren't fixed lengths. For example: ``` 01 02 The Beatles The Rolling Stones Help Satisfaction .mp3 .flac ``` That can be the file name, or the first few lines of a file. I don't use it terribly often.