Skip to content

Instantly share code, notes, and snippets.

@laoshuterry
Created October 31, 2015 09:52
Show Gist options
  • Select an option

  • Save laoshuterry/fc0cd259b8c4f920fd03 to your computer and use it in GitHub Desktop.

Select an option

Save laoshuterry/fc0cd259b8c4f920fd03 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /home/fatmouse/sh
ls>./test.log
for i in $(cat ./test.log)
do
echo $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment