All Things Techie With Huge, Unstructured, Intuitive Leaps
Showing posts with label won't load. Show all posts
Showing posts with label won't load. Show all posts

Linux, List all directories in current directory And MySQL SQL script won't load

Tip1: Type ls -d */ to list directories within the current directory using Linux. (The reason why I am posting it here, is that I forgot it.

The other thing that threw me tonight, was that I had a tab or multiple spaces in an SQL script, and I just got a huge listing every time that I tried to load the script. Again, I solved this issue before by taking out the extra multiple spaces and tabs, but I had forgotten this.

Hope this helps someone.