Search Results

Search: Posts Made By: anwesh
Forum: Solaris 03-17-2011
2,001
Posted By jlliagre
Here is a command that will help you identifying...
Here is a command that will help you identifying all file systems presents on your disks.
#!/bin/ksh
for i in /dev/dsk/*
do
fstyp $i >/dev/null 2>&1 && echo ==== $i $(fstyp $i) ====
done
Forum: AIX 03-16-2011
2,052
Posted By zaxxon
IBM Redbooks | Introduction to Storage Area...
IBM Redbooks | Introduction to Storage Area Networks (http://www.redbooks.ibm.com/abstracts/sg245470.html)
IBM Redbooks | Practical Guide for SAN with pSeries...
1,336
Posted By vgersh99
cal | xargs | nawk '{print $1, $2, "has", $NF,...
cal | xargs | nawk '{print $1, $2, "has", $NF, "days"}'
1,336
Posted By rontopia
another cal command question.
I got this from this board yesterday

cal | xargs -n1 | tail -1 which displays the current months days.. for instance if you type this in a shell today you will get 31.

I would like to also...
Showing results 1 to 4 of 4

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