|
|
|
|
|
|
|
|
|
|
|
|
tag.
here is my script :
Code:
---------
#!/bin/bash
Categories:
Computers
|
Linux
|
nix
|
The UNIX and Linux Forums
|
UNIX
|
Piping syntax question
There are are lots of examples of piping output FROM the 'ls' command TO another command, but how does one pipe output TO the 'ls -l' command?
For example, use 'which' to find a file, then use 'ls -l' to view the permissions, groups, etc. in a single step:
which | ls -l
returns...
Categories:
Computers
|
Linux
|
nix
|
The UNIX and Linux Forums
|
UNIX
|
|
|
|
|
|
|
Apple TV: Using AirTunes
With Apple TV Software 2.3 you can now stream music fom your Apple TV to other AirTunes speakers. These can be speakers connected to an AirPort Express base station, or another Apple TV your network. You can even stream music to multiple AirTunes speakers simultaneously.
More from Apple OS X... Categories:
Computers
|
Linux
|
nix
|
The UNIX and Linux Forums
|
UNIX
|
Need good slotuion
Hi all
I have a script that run fine ,Actually if find 777 directory and take its count and report,There is no problem with the script.But our reporting system have some limitation that dont allow more then 1000 directory to report,Now i want some way i can break this up and then report to the... Categories:
Computers
|
Linux
|
nix
|
The UNIX and Linux Forums
|
UNIX
|
|
|
string manipulation issue
I have myMethod that gives me available,used,free disk space in KB. I parse the used disk space using awk. That gives me something like 830,016. I want the output to be 830016 so that I can add 100000 to it. In other words I would like to use used_space variable in numeric calculations (using... Categories:
Computers
|
Linux
|
nix
|
The UNIX and Linux Forums
|
UNIX
|
|
|