User talk:Aks: Difference between revisions

From Rosetta Code
Content added Content deleted
(removed man page)
(removed rs info)
Line 6: Line 6:
::Thanks. That's great. I didn't know the rs command, and my previous googling returned nothing, as well as rs not being found on my Cygwin Unix emulation installation. <br>
::Thanks. That's great. I didn't know the rs command, and my previous googling returned nothing, as well as rs not being found on my Cygwin Unix emulation installation. <br>
::P.S: I searched for a section of the man page text and came up with links like [http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=rs this] and [http://www.unix.com/man-page/OSX/1/RS/ this]. Now I have the links, it would be OK to remove the actual man page from your talk page if it is cluttering. Thanks again - I didn't know about rs for reshape. --[[User:Paddy3118|Paddy3118]] 04:43, 8 February 2010 (UTC)
::P.S: I searched for a section of the man page text and came up with links like [http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=rs this] and [http://www.unix.com/man-page/OSX/1/RS/ this]. Now I have the links, it would be OK to remove the actual man page from your talk page if it is cluttering. Thanks again - I didn't know about rs for reshape. --[[User:Paddy3118|Paddy3118]] 04:43, 8 February 2010 (UTC)

==rs command info==
<lang Unix Shell>
$ which rs
/usr/bin/rs
aks@stocks:fundAnalysis 19:14:19 (0) <1592>
$ ls -l /usr/bin/rs
-r-xr-xr-x 1 root wheel 18156 Mar 20 2005 /usr/bin/rs*
</lang>

Revision as of 06:33, 8 February 2010

Welcome to Rosetta Code! (And nice use of the mylang template, BTW...) You can visit my userpage to see who I am, but I'm not particularly visible these days; Most of my involvement is now related to the underlying server and software. I notice you're familiar with PDP and UNIVAC assembler. I haven't learned much about these; I'd love to see how their ISAs and VMs relate to more recent and familiar ones, but I don't think we yet have many tasks suitable for such comparisons. --Michael Mol 09:15, 15 September 2009 (UTC)

rs Unix command?

Hi. Could you tell me where I could find info on the rs Unix command used in the column aligner task? Is it a standard Unix command? Thanks. --Paddy3118 23:43, 7 February 2010 (UTC)

Thanks. That's great. I didn't know the rs command, and my previous googling returned nothing, as well as rs not being found on my Cygwin Unix emulation installation.
P.S: I searched for a section of the man page text and came up with links like this and this. Now I have the links, it would be OK to remove the actual man page from your talk page if it is cluttering. Thanks again - I didn't know about rs for reshape. --Paddy3118 04:43, 8 February 2010 (UTC)