Search Results

Search: Posts Made By: Tytalus
4,781
Posted By Tytalus
The following should do what you want: ...
The following should do what you want:


echo a b c | nawk '
function perm(s,x,i,j,n,tmp) {
n = split(s, L)
if (x > n) { print s;return}
for (i=x; i<=n; i++) {
if (i != x) {
...
Showing results 1 to 1 of 1

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