Search Results

Search: Posts Made By: nezabudka
11,936
Posted By nezabudka
just a pathetic attempt :) cat prog.sh ...
just a pathetic attempt :)
cat prog.sh

#!/bin/bash
file=testfile
echo ------------------
cat $file
while read -r d; do
echo ${d//[^0-9]} ${d//[^[:alpha:]]} $d
done < $file | sort...
11,936
Posted By nezabudka
It was not easy to figure it out. Just in case I...
It was not easy to figure it out. Just in case I will leave it here. Thanks
https://www.unix.com/solaris/55835-install-perl-module.html #sudo make install
module Sort::Naturally...
11,936
Posted By nezabudka
sort -t/ -k2.5n testfile SunOS sol 11.4
sort -t/ -k2.5n testfile
SunOS sol 11.4
Showing results 1 to 3 of 3

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