Skip to content

Instantly share code, notes, and snippets.

@iamshanto
Created October 27, 2018 06:58
Show Gist options
  • Save iamshanto/84a42709c7ef024f9150ccd698365d11 to your computer and use it in GitHub Desktop.
Save iamshanto/84a42709c7ef024f9150ccd698365d11 to your computer and use it in GitHub Desktop.
#!/bin/bash
`for file in /DIRECTORY/*
do
printf "$file\n";
done`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment