Search Results

Search: Posts Made By: quakesrus
16,554
Posted By bakunin
This is rather easy. Notice that the following is...
This is rather easy. Notice that the following is only a sketch, add error reporting to it to your hearts content:

#! /usr/bin/ksh

typeset -i iCnt=1
typeset -ZR3 chCnt=""
typeset ...
16,554
Posted By bakunin
xbin is right and basically the command he gave...
xbin is right and basically the command he gave should be sufficient.

There might be several problems, though:

1. Does order matter (like vbe mentioned)?

2. Are the files well-formed? Some...
16,554
Posted By xbin
The shell will match all files that begin with...
The shell will match all files that begin with XX.YYYY..ZZZ.2014.001. using "*", cat will concatenate the matching files, then redirect the output ">" to a file.

cat XX.YYYY..ZZZ.2014.001.* >...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy