Skip to content

Instantly share code, notes, and snippets.

@carlynorama
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlynorama/9316575 to your computer and use it in GitHub Desktop.
Save carlynorama/9316575 to your computer and use it in GitHub Desktop.
These are the commands for creating SD Library test files on the Intel Galileo main file structure.
#commands once logged in to the Intel Galileo Board
#I ran to create test files.
df -h
cd /media/realroot
ls -l
echo "go away" > deleteMe_01.txt
cat deleteMe_01.txt
echo "go away" > deleteMe_02.txt
echo "go away" > deleteMe_03.txt
echo "go away" > deleteMe_04.txt
echo "A" > theLetterA.txt
echo "6" > theNumberSix.txt
echo "0" > theNumberZero.txt
echo "The quick brown fox jumped over the lazy dog" > longString.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment