Unix Coding School

                          

                   

Note: The archives category content is an automatically generated focus channel and does not neccessarily reflect the opinions of this blog. No responsibility is taken for the external links presented here, follow at your own discretion.
The archives content is never scraped from sites - but an abstract obtained from search engines.

Category: 'UNIX Coding Training'

receive notification when file arrives

Tuesday, January 22nd, 2008
Problem Solution Example Reference Recommended


You want to get notified when a file arrives. Maybe it is coming in from somewhere else, or just is the result of some processing.

What ever the case, never sit there waiting for a file to arrive again! :)



Shell Utilities

Saturday, December 29th, 2007
Problem Solution Example Reference Recommended


  1. You want to compare 2 streams, with byte offset and line numbers?
  2. Pull off content with a byte offset?
  3. Display lines before or after a pattern?
  4. Send an email - upon job failure?


tar many uses

Saturday, December 29th, 2007
Problem Solution Example Reference Recommended


You want to make some backups with tar.



Port forwarding with SSH

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


You want to forward all traffic from a port on your box, to another host/port combination.



awk line length and average

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


You want to display line lengths - then average line length of file.



While For Loops

Friday, December 7th, 2007
Problem Solution Example Reference Recommended


You want to loop around a number of times and perform an action.



Split output over columns

Friday, December 7th, 2007
Problem Solution Example Reference Recommended


Ever wanted to produce columns of output, rather than your output spilling off the screen.



Looping with For and While

Thursday, December 6th, 2007
Problem Solution Example Reference Recommended


You want to loop a number of times in UNIX.



Check var for pattern

Thursday, December 6th, 2007
Problem Solution Example Reference Recommended


You want to check a variable for a given pattern.



Detach proc from shell

Thursday, December 6th, 2007
Problem Solution Example Reference Recommended


When you exit your shell, the processes you’ve kicked off die.




Google
 
Failing that - a post search:



Categories: PHP Coding Training PHP Coding Specialist Perl Coding Training Perl Coding Specialist
LDAP Coding Training LDAP Coding Specialist UNIX Coding Training UNIX Coding Specialist Archives


A DarlingRanges.com Site























Associated
Sprinkling of Techie tips - include a bit of UNIX
Some nice articles on UNIX Printing