In Bash you quite often need to check to see if a variable has been set or has a value other than an empty string. This can be done using the -n or -z string comparison operators. The -n operator checks whether the string is not null. Effectively, this will return true for every case except where the string contains no …
Start reading Checking for empty string in BashBlog
CVS is annoying in that if you want to find out which files have been modified or need updating, you can’t simply use the cvs status command as there’s too much information displayed. In order to make it useful, you really need to filter the output. Note: the following tutorial only works for linux computers using the …
Start reading List files which are not up to date in CVSEasy way to learn linux without a server All you need is internet connection, any desktop or mobile web browser to learn most linux basic commands
Start reading JackOS Web Operating System