Search Results

Search: Posts Made By: ayanbiswas
1,549
Posted By ayanbiswas
Help required for these commands
Hi,

I was going through some environment scripts where I require to make some changes. There are a couple of commands I cant understand at all.

1:- SIDS=${*:-}

2:- for element in detail.func...
5,897
Posted By ayanbiswas
Its working in a similar way, just the number of...
Its working in a similar way, just the number of records now generated is a bit more. I think its the problem of lack of space. As the box gets almost filled up when the code runs. When more space is...
5,897
Posted By ayanbiswas
Record count problem using sed command
Hi,

I have a script which removes 2 header records and 1 trailer record in a list of files. The commands doing the actions are
sed '1,2d' $file > tempfile1.dat
sed '$d' < tempfile1.dat > ...
18,008
Posted By ayanbiswas
Thanks a million folks.
Thanks a million folks.
18,008
Posted By ayanbiswas
How to count number of delimiters in a file name
I have a list of files with names as "FULL_abcd_xyz_timestamp.txt" and "FULL_xx_abcd_xyz_timestamp.txt". I am writing a script with a 'for loop' to take each file, strip the "FULL" and "timestamp"...
Showing results 1 to 5 of 5

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