Search Results

Search: Posts Made By: acmvillareal
2,398
Posted By acmvillareal
FILE=`find ${DATA_DIR}` COUNT="11032300" ...
FILE=`find ${DATA_DIR}`
COUNT="11032300"

for LINE in `echo ${FILE}`
do
BASENAME_FILE=`basename ${LINE}`
DATE_FILE=`echo "$BASENAME_FILE" | awk -F "." '{ print $2 }'`
if [...
2,533
Posted By acmvillareal
RE: Data file manipulation
Hope this helps :)
#!/bin/sh

INPUT_PATH="/home/"
INPUT_FILE1="${INPUT_PATH}sample2.file1.txt"
INPUT_FILE2="${INPUT_PATH}sample2.file2.txt"
OUTPUT_FILE="${INPUT_PATH}sample2.file.out"...
Showing results 1 to 2 of 2

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