Hi All,
Can you please help me with the below issue.
I want only the last slash to be replaced with space.
06/05/2008/EDED_FD_BDCD_ABCD_123
06/05/2008 EDED_FD_BDCD_ABCD_123 (3 Replies)
Hi,
I have a path like this c:\test\sample\programs, i need to change thiis to c:\\test\\sample\\programs. How to perform this? I tried tr command but it didn't help me.
Thanks
Vijayan (3 Replies)
Hi all,
I need to know way of inserting backward slash before forward slash. My problem is that i need to supply directory path as an argument while invoking cshell script. This argument is further used in script (i.e. sed is used to insert this path in some file). So i need to place \ in front... (2 Replies)
Hello there everyone. would like to ask for help if i wish to replace a slash / with space using sed.
Original:
T/T
Result:
T T
hope someone could help me up, thanks
Charles (4 Replies)
Just run top on my server and noticed lots of processes called "fist"
28626 root 15 0 18176 12m 2420 S 2.7 0.2 0:00.08 fist
28631 root 15 0 18176 12m 2420 S 2.7 0.2 0:00.08 fist
28633 root 15 0 18172 12m 2420 S 2.7 0.2 0:00.08 fist
28640 root 15 0... (1 Reply)
I have a log file which on field $11 there is sth like: /A/B/C and I want to extract the last part which is C.
for space delimiter I used:
awk '{print $2 " " $5 ";" $7 ";" $9 ";" $11}'
and had no problem.
but dont know how to extract the 3rd part of the slash delimiter.
That would be... (6 Replies)
I check for top 10 cpu consumer
ps auxww |head -10
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
root 131076 23,6 0,0 448 448 - A 16:00:59 50:21 wait
root 983070 21,9 0,0 448 448 - A 16:00:59 46:43 waitI try to kill them
sudo... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies
LEARN ABOUT PLAN9
install-solaris
install-solaris(1M)install-solaris(1M)NAME
install-solaris - install the Solaris operating system
SYNOPSIS
install-solaris
install-solaris invokes the Solaris Install program. Depending on graphical capability and available memory at the time of invocation,
install-solaris invokes either a text-based installer or a graphical installer.
The following minimum requirements for physical memory dictate which features are available during installation:
For SPARC machines:
128 MB
Minimum physical memory for all installation types
128 MB
Minimum physical memory required for windowing system
384 MB
Minimum physical memory required for graphical-based installation
For x86 machines:
256 MB
Minimum physical memory for all installation types
256 MB
Minimum physical memory required for windowing system
512 MB
Minimum physical memory required for graphical-based installation
In some cases, even if the minimum physical memory is present, available virtual memory after system startup can limit the number of fea-
tures available.
install-solaris exists only on the Solaris installation media (CD or DVD) and should be invoked only from there. Refer to the for more
details.
install-solaris allows installation of the operating system onto any standalone system. install-solaris loads the software available on the
installation media. Refer to the for disk space requirements.
Refer to the for more information on the various menus and selections.
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcdrom (Solaris instal- |
| |lation media) |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
pkginfo(1), install(1M), pkgadd(1M), attributes(5)
It is advisable to exit install-solaris by means of the exit options in the install-solaris menus.
23 Sep 2005 install-solaris(1M)