Search Results

Search: Posts Made By: RTM
87,557
Posted By RTM
ls -1 | wc -l This will give you a count of...
ls -1 | wc -l

This will give you a count of all the files (including directories). If you want just certain files, either change the ls command to look for *.txt (to look for files with .txt...
2,868
Posted By RTM
Kermit should be the correct choice for...
Kermit should be the correct choice for attempting to transfer a file over a modem - see if this link (http://condor.bcm.tmc.edu/Guide/Connect/modemfiletrans.html) helps.
Forum: Filesystems, Disks and Memory 07-07-2006
11,601
Posted By RTM
Before you start moving stuff around, check for...
Before you start moving stuff around, check for files that may be causing the space issue such as log files, core files, tar files,...

See aplawrence.com no space...
15,389
Posted By RTM
"Your mileage may vary" You can put the...
"Your mileage may vary"

You can put the following codes in which will turn on the related parameter - how it will look may be different with each software package you use to connect to your...
Forum: SCO 02-03-2006
4,523
Posted By RTM
Take a look at the info on aplawrence.com...
Take a look at the info on aplawrence.com (http://aplawrence.com/Bofcusm/1981.html) for lastlogin.
13,113
Posted By RTM
Virtual memory: The use of a disk partition or a...
Virtual memory: The use of a disk partition or a file on disk to provide the same facilities usually provided by RAM. A way of using disk storage space to make the computer work as if it had more...
14,613
Posted By RTM
See both the FAQ...
See both the FAQ (https://www.unix.com/forumdisplay.php?f=24) and the Download Linux / UNIX (https://www.unix.com/forumdisplay.php?f=26)
Forum: Solaris 01-26-2005
77,899
Posted By RTM
/usr/platform/`uname -m`/sbin/prtdiag -v ...
/usr/platform/`uname -m`/sbin/prtdiag -v

(uname -m should be correct - you are looking for the 'family' of sun - sun4u, sun4m,... you can check with uname -a)
23,422
Posted By RTM
You have to change 'exit' to logout AND you would...
You have to change 'exit' to logout AND you would have to start the script by sourcing it.

You don't specifiy which shell you are using.

For csh:
source ./mymenuscript

For ksh and sh:
....
30,934
Posted By RTM
One of these should do it: mkdir `date...
One of these should do it:

mkdir `date +%b%y`
(creates a directory Jul02)
mkdir `date +%b%Y`
(creates a directory Jul2002)
mkdir `date +%m%y`
(creates a directory 0702)
mkdir `date...
Showing results 1 to 10 of 10

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