Is there any functional-like Unix shell?
Let’s find an answer to "Is there any functional-like Unix shell?". The most accurate or helpful solution is served by Super User.
There are ten answers to this question.
Best solution
I'm (really) newbie to functional programming (in fact only had contact with it using python) but seems to be a good approach for some list-intensive tasks in a shell environment. I'd love to do something like this: $ [ git clone $host/$repo for repo in repo1 repo2 repo3 ] Is there any Unix shell with these kind of feature? Or maybe some feature to allow easy shell access (commands, env/vars, readline, etc...) from within python (the idea is to use python's interactive interpreter as a replacement...
Answer:
The standard Bourne-style shells (sh, bash, ksh, etc.) already let you do: for repo in repo1 repo2 repo...
Caruccio at Super User Mark as irrelevant Undo
Other solutions
Answer:
You should be able to download the Unix Services for Windows, version 3.5, from Microsoft (free). There...
wiki.answers.com Mark as irrelevant Undo
I have a scenario where I want to log every activity for a particular user. I have a script built around the script command which I invoke from the user's .profile. Now the requirement is that the user should not be able to delete the subsequent typescript...
Answer:
I guess you need to set default shell for your user as rksh. You can do this while adding a user using...
Vishwajit Paste at Quora Mark as irrelevant Undo
I like the way the commands are organized in this book. SCO UNIX in a Nutshell I would like to know is there any other book which is better than this and have latest/common Unix commands.
Answer:
Get a different Unix in a Nutshell edition. SCO UNIX is an obsolete dialect of Unix and little used...
Mendel Cooper at Quora Mark as irrelevant Undo
I am stuck on this assignment I have. Was wondering how I am to get started... "... In this assignment you will be working towards a script that can be used to fix this and similar problems by giving a desired extension and then a group of files...
Answer:
I think unless you specify what you want in clear manner I can not be of any use to you
Diego at Yahoo! Answers Mark as irrelevant Undo
If you have been using Unix for some time now (mostly as a software developer) and use Windows for some tasks, it is quite likely you would not find the same kind of functionalities on Windows command prompt. Shell scripting gave so much power to Unix...
Answer:
There's plenty of analogous commands for PowerShell that match the functionality of Unix: UNIX For DOS...
Joseph Marhee at Quora Mark as irrelevant Undo
Answer:
UNIX: An operating system that was first developed in early 1970s for PDP-11 machine. UNIX was ported...
Mostafa Abd El-Aziz at Quora Mark as irrelevant Undo
Ok this will be funny: im at an exam now and i dont know any unix programming. what i require to pass would be to implement the "grep" commands' behaviour in a unix shell script (i got the suggestion to use awk but i dont seem to understand...
tudor at Yahoo! Answers Mark as irrelevant Undo
please answer these unix shell questions. write a menu driven complete shell script that accepts a file name from the user and performs the following 1. to check whether it is a regular file. 2. display the date on which the file was created. 3.display...
Answer:
1) test -f filename 2) ls -u filename 3) wc -l filename 4) tail filename 5) ln filename /home/docs/filename...
Juan at Yahoo! Answers Mark as irrelevant Undo
I have been using tcsh for a number of years now ( at least 12), and it seems that most OSes and most users have moved on to something better. Is there a reason for me to change, and if so, what is the best shell out there? ( main os is OSX 10.5, but...
Answer:
Pretty much everyone I know in the past ten years has learned bash, and these days bash is the default...
brent_h at Ask.Metafilter.Com Mark as irrelevant Undo
Related Q & A:
- How come CD doesn't work in my shell script?Best solution by Super User
- Unix tools: what if a file is named minus something?Best solution by Super User
- How to call shell script into perl?Best solution by Stack Overflow
- How to execute Unix shell script from Windows?Best solution by Stack Overflow
- What does a Unix System Administrator do?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.