myunixposts.blogspot.com
My Unix Posts: March 2011
http://myunixposts.blogspot.com/2011_03_01_archive.html
Wednesday, March 30, 2011. VAR=$( 1 3*2 ). VAR=$( (1 3)*2 ). Links to this post. Filename Substitution with Wildcards. 0 or more characters. Display all shell scripts. Display all files starting with the letters 'go' and any possible combination of other characters afterwards. Display all files starting with 'go' and two unknown characters. Display all files starting with 'go' and one more character of either 'a', 'b', 'c', or 'd'. Links to this post. Array variable - holds 0 or more values. Special vari...
minnieperl.blogspot.com
Minnie Perl: Sorting Example
http://minnieperl.blogspot.com/2010/03/sorting-example.html
A little bit of what I've learned about Perl, and several examples of code. Wednesday, March 10, 2010. Print " n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n";. Print " uniqsort.pl: n";. Print " This program will list the unique values found in the column(s) n";. Print " specified by the user from the file named. The output is sorted n";. Print " and shows a record count per value. n";. Print " n";. Print " - - n";. My $Directory = STDIN ; # Store what's typed in. EndPos...
minnieperl.blogspot.com
Minnie Perl: Example of Matching and Moving Data
http://minnieperl.blogspot.com/2010/03/example-of-matching-and-moving-data.html
A little bit of what I've learned about Perl, and several examples of code. Wednesday, March 10, 2010. Example of Matching and Moving Data. Print " n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n";. Print " movedat.pl: n";. Print " Move data from one file to another based on matching columns. A third file is n";. Print " created with all data from the first file and the columns specified from the 2nd. n";. Print " n";. Print " n";. My $OutFile = STDIN ; # ...
myunixposts.blogspot.com
My Unix Posts: View File Content
http://myunixposts.blogspot.com/2011/03/view-file-content.html
Wednesday, March 30, 2011. View last 10 lines of a file. View top # lines of a file. View top 10 lines of a file. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script. SQLPlus in a Here Document. There was an error in this gadget. Want to drive me crazy? Tell me you can't do that in SQL. Anyway, hope you enjoy the blog. View my complete profile.
myunixposts.blogspot.com
My Unix Posts: Miscellaneous Unix Commands
http://myunixposts.blogspot.com/2011/03/miscellaneous-unix-commands.html
Wednesday, March 30, 2011. Type two commands at a time. Cmd1 ; cmd2. Spell check a file. Reset terminal: if mistakenly viewed a binary file with cat. Append results of a command onto an existing file. Write results of a command to a file. Ftp file to host1 from host2. Search files for a string. Display '#' lines on both sides. C = display a count. V = display non-matching lines. I = ignore case. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories.
myunixposts.blogspot.com
My Unix Posts: Filename Substitution with Wildcards
http://myunixposts.blogspot.com/2011/03/filename-substitution-with-wildcards.html
Wednesday, March 30, 2011. Filename Substitution with Wildcards. 0 or more characters. Display all shell scripts. Display all files starting with the letters 'go' and any possible combination of other characters afterwards. Display all files starting with 'go' and two unknown characters. Display all files starting with 'go' and one more character of either 'a', 'b', 'c', or 'd'. Display all files starting with 'go' and one more character in the 'a' to 'd' range. Subscribe to: Post Comments (Atom). I took...
myunixposts.blogspot.com
My Unix Posts: System Information
http://myunixposts.blogspot.com/2011/03/system-information.html
Wednesday, March 30, 2011. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script. SQLPlus in a Here Document. There was an error in this gadget. I've been in IT almost since birth. I've done many things with many languages and operating systems, but finally found a home when I started learning Oracle. Want to drive me crazy? View my complete profile.
htmlforblogs.blogspot.com
HTML for Blogs: Using Colors in HTML
http://htmlforblogs.blogspot.com/2010/03/using-colors-in-html.html
Thursday, March 11, 2010. Using Colors in HTML. This chart shows the names of colors that can be used in HTML. In this example, I'm using the actual name to select a color. Realize that the background color will make a difference in how the font color looks. (Note the difference between the 'DarkRed' on black in the chart, and the 'DarkRed' on white in the example). It will generate the HTML report shown below. Subscribe to: Post Comments (Atom). A Way to Display a Table in a Blog. Fixed Fonts for Blogs.
htmlforblogs.blogspot.com
HTML for Blogs: March 2010
http://htmlforblogs.blogspot.com/2010_03_01_archive.html
Friday, March 12, 2010. A Way to Display a Table in a Blog. Create the table in Goggle Docs. Get rid of all the columns and rows not used. Select File, then Export to HTML. Ctrl U to view page source. (Make sure the source doesn't have any physical line breaks in it.). Copy and paste from there to the blog work area. I haven't yet figured out how to get rid of the first column (shows as a dot), and the first row. For now, I manually type a '? Thursday, March 11, 2010. Fixed Fonts for Blogs. It should hav...