Search Results

Search: Posts Made By: acmvillareal
2,508
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"...
2,320
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 [...
Showing results 1 to 2 of 2

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