How do I import a MySQL .SQL text file to MySQL database sever using command line or gui tools?
{ 3 comments }
How do I assign the output of a shell command to a shell variable under Unix like operating system? For example, I want to store the date command output to a variable called $now. How do you do that?
{ 3 comments }
How do I count and print particular character (say D or digit 7) in a string or variable under Bash UNIX / Linux shell?
{ 7 comments }
What is /bin/dash? I noticed that the default system shell /bin/sh was changed to /bin/dash. Why was this change made?
{ 3 comments }
I want to increment the date under UNIX or Linux operating system while writing shell scripts. For example Apr/27/2011 should be incremented as Apr/28/2011 and so on. How do I increment a date in UNIX or Linux shell?
{ 2 comments }