Search Results

Search: Posts Made By: protech
2,967
Posted By protech
Thanks vgersh99! Can you please explain the...
Thanks vgersh99!

Can you please explain the code

Appreciate it!

---------- Post updated at 02:22 PM ---------- Previous update was at 11:21 AM ----------

Scripting gurus need help on...
2,967
Posted By protech
Here is what I have so far ! I have marked...
Here is what I have so far !

I have marked the areas where I need help

#!/usr/bin/ksh

# Get all the records except for the ones that start with 1 or 9

grep "^[^1|9]" Input.txt >...
2,967
Posted By protech
Sorry for not using code tags , moving forward I...
Sorry for not using code tags , moving forward I will make sure that I use them

I havent had any luck with it , any help is greatly appreciated


Thanks in advance

---------- Post...
2,967
Posted By protech
Split File based on different conditions
I need to split the file


Conditions:


Ignore any record that either starts with 1 or 9

Split the file at position 404 , if position 404 is abc or def then write all the records in a...
7
1,740
Posted By protech
Extremely sorry for the confusion ! Here is...
Extremely sorry for the confusion !

Here is my input file and the expected output after sorting

Conditions for sorting:

1. The records should be sorted by (Position 4-13 )
2. The...
7
1,740
Posted By protech
A slight change to the input file Input ...
A slight change to the input file

Input

XYZ25494331600V ABaker Johnie
XYZ25494331601V ABaker Susan
XYZ25494331601D ABaker Susan ...
7
1,740
Posted By protech
Sort
I need to sort a file based on the position , can anyone help me

Sort condition should include position 4-13

Input
XYZ25494331603V ABaker Haley
XYZ25494331600V ABaker Johnie ...
Showing results 1 to 7 of 7

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