-
It's bash. $ is the prompt. cat outputs the contents of a file, like DOS' type. | pipes the output of the last command (or two commands here because they're grouped with brackets) to a new command, mysql (the MySQL command-line client).
-
-
Thanks, that was very informative. My knowledge of web design is more limited to mostly PHP, some CSS, and a pinch of PCRE (yah, I know that is also PHP). My HTML is actually a bit rusty since my web designing practices use almost all CSS instead of HTML these days, so Bash I am not familiar with, but your explanation of how it worked was pretty clear.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks