Search Results

Search: Posts Made By: pavand
15,140
Posted By pavand
I am working for a company and right now am...
I am working for a company and right now am working on project. I am new to linux shell scripting
15,140
Posted By pavand
Need to extract 8 characters from a large file.
Hi All!!

I have a large file containing millions of records. My purpose is to extract 8 characters immediately from the given file.
222222222|ZRF|2008.pdf|2008|01/29/2009|001|B|C|C...
918
Posted By pavand
How to check the index file given in a package file?
I have an index file.txt and it consists of pdf files. I have to check the file exist based on A(it follows 8 digits) or B (it follows 9 digits).Please help with Linux Shell Scripting. I had tried...
10,660
Posted By pavand
FIRSTLINE=`head -n 1 $indexFile while...
FIRSTLINE=`head -n 1 $indexFile

while read -r line
do
id = cut -c 9 $FIRSTLINE
echo $id
done < "$indexFile"
10,660
Posted By pavand
How to read the nth character from the line.?
I have Index Line and I tried to get the 9th character from the file and to check the character is "|" or not.
Shell Scripting.


Sample Index file....
8,932
Posted By pavand
How to run the files in Linux shell scipt?
I have a homework and I tried to work on this but unable to find the solution. Can someone help me how to resolve the issue.

I have a package file and it contains text file as...
6,386
Posted By pavand
Verify from one account number to another account number
Hi,

Can anyone suggest me for the below steps.
Here the index files is nothing but a text file and In index file there are n number of pdf files.

Step 0 check out if this is for A(index...
Showing results 1 to 7 of 7

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