Search Results

Search: Posts Made By: anonymous.nico
15,128
Posted By anonymous.nico
Cool that works... The unix version I use is...
Cool that works...

The unix version I use is SunOS 5.5.1 (result of uname -sr)


Nicolas
4,713
Posted By anonymous.nico
With pipe commands
Hi,


You can try this...

ifconfig -a | tail -1 | awk '{print $2}'




Nicolas.
France
15,128
Posted By anonymous.nico
How to pipe command
Hi All,


I want to create a command that executes a text editor with the most recent file in the current current directory.

So a good start to achieve this is :

ls -lrt | cut -c55- | tail...
Showing results 1 to 3 of 3

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