Search Results

Search: Posts Made By: ozgurgul
5,505
Posted By ozgurgul
Another way of doing
tail -6 /etc/passwd | head -1 | cut -d: -f 3

Cheers,
Ozgur
10,631
Posted By ozgurgul
With Regex Spliting the string into Alphanumeric and Numeric part
Hi there

With shell script I'm trying to split the string into two parts. One is alphanumeric part, the other one is a numeric part.

dummy_postcode_1 = 'SL1'
--> res_alpha = 'SL' and ...
3,264
Posted By ozgurgul
[Splitting file] Extracting group of segments from one file to others
Hi there,

I need to split one huge file into separate files if the condition is fulfilled according to that the position between 97 and 98 matches with “IT” at the segment MAS. There is no...
Showing results 1 to 3 of 3

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