Hello everybody.
How can i get "ls" from shell scripting?
I tried this but it doesn't work, i saved it in a file:
#!/bin/bash
$ls
I know the second line is not correct, so what should i type?
Getting "ls" is just an example, i infact want to import this line to the shell:
sqlite3 test.db
to create a database.