I am trying to list all the files in the directory but how would you separate each of the files by a blank line? basically each file displayed by separated by a blank line? I am
sed one-liner (or one-char-er):
sed
ls | sed G
Done.