Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~526 People Reached
Member Avatar for ashikin_8119

Hi all; I'm having problem with find command in listing large number of files in the current directory. This is the code that i use: [CODE]find *.dat -prune | xargs ls -ltr[/CODE] This command cannot handle large number of files and throwing this error msg: ksh: /usr/bin/find: 0403-027 The parameter …

Member Avatar for JeoSaurus
0
181
Member Avatar for ashikin_8119

Hi all; Really need your help on writing the shell script based on the condition below. I need to re generate file and display message on the status of the file. I need re-write the file by checking whether the first line starts with '1MBB'. If the first condition fail …

0
71
Member Avatar for ashikin_8119

Hi all; I have a file that i need to sort and batch with certain criterias. For every 5 lines that meet the criteria i need to add '1' above it to separate it with other batch. The original file look like this: 20080201A300000357701 80058+117.06 02 20080201A300000357701 80058-117.06 02 20080201A300000382309 …

0
52
Member Avatar for ashikin_8119

Hi all; I'm having headache on append one line to another based on the fix position.Hope u guys can help. All i need to do is append the line that start with '3' to a line which start with '1' and the position for line 3 that i need to …

Member Avatar for ashikin_8119
0
57
Member Avatar for ashikin_8119

Hi all; I'm stuck with this simple awk script,i need to group the lines which the position of 28 length 3 (if the line not starts with 0)that contains "688" into 1 group and other than "688" into another group. My problem is the script only read other than "688" …

Member Avatar for eggi
0
66
Member Avatar for ashikin_8119

Hi all,i am very new to shell and awk scripting,..hope u guys can help... I need help in sorting and grouping the data in one flat file.The file look like this: 040171011140820070000000009650244002933170003000000075272 1F921338300506 01082007000014000000027665 1H912279980109 01082007000012000000042420 1S503377200110 01082007000014000000005187 1S503377200110 01082007000688000000005188 3SF98 I need to rearrange the file to become like …

Member Avatar for ashikin_8119
0
99