The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-04-2002
SoHo SoHo is offline
Registered User
  
 

Join Date: Feb 2002
Posts: 1
Scripting Tutorial

Hello Experts.

I am searching for a tutorial about scripting in tcsh. After reading the tutorial I am supposed to write simple shell scripts : One that recives two arguments - a number and a string and prints to stdout all file names in current directory that end with the given string and number of lines in them is smaller then the given argument. This is the level. Nothing to complicated.

I searched in google but all I could find is tutorials on broune shell, bash, sh but no tcsh.

Thank You
SoHo