Search Results

Search: Posts Made By: networksherlock
5,595
Posted By Yoda
Here is another approach using awk:- echo...
Here is another approach using awk:-
echo "192.168.1.1" | awk -F'.' '
{
for ( i = 1; i <= NF; i++ )
{
for ( j = 1; j <=...
5,595
Posted By Corona688
C="${B:0:1}"
C="${B:0:1}"
Showing results 1 to 2 of 2

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