| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
csh if syntax chk multiple files
|
Original Message
|
Name: kamalpreet
Date: December 5, 2008 at 08:16:49 Pacific
Subject: csh if syntax chk multiple files OS: SolarisCPU/Ram: Ultra 60Manufacturer/Model: Solaris/ULTRA 60 |
Comment: what is the correct syntax in CSH for checking files like if { -e F1 AND (F2 OR F3)} then ## endif Warm Regards Kamalpreet Singh
Report Offensive Message For Removal
|
Use following form to reply to current message:
Results for: csh if syntax chk multiple files
Check Multiple File Exists Summary: Hi, I want to use Shell Script to check multiple file exists and then execute other tasks, I use the following compound condition, but neither succeed. if [ -e check_fin_bbb.complete ] && [ -e fin_bbb...
www.computing.net/answers/unix/check-multiple-file-exists/4775.html
break large file into multiple file Summary: I'd like to have a script that breaks a large file into multiple files. Basicaly, the script reads a large file and looking for a line "PJL EOJ", if line found, the counter will count it as 1, so when...
www.computing.net/answers/unix/break-large-file-into-multiple-file/5410.html
gzip multiple files into one Summary: Hi, How to gzip multiple files into one .gz file. Ex: I have 3 files - a1.txt a2.txt a3.txt I want to zip them into aall.gz and later when I unzip, it should unzip into a1.txt, a2.txt a3.txt. I tried ...
www.computing.net/answers/unix/gzip-multiple-files-into-one/7121.html