I use a modifies list command as alias (in KSH): alias ltf=\'ls -lrt -d -1 $PWD/*\' So the command ltf displays something like this:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a flat file as given below. How do I delete the header and footer from the file which header starts with \'H:\' and trailer starts with \'T:\' using UNIX shell script(KSH) and rewrite the rest
I am trying to test user input, basically var1, var2 and var3, needs to be in c1, c2,c3, c4, c5, c6, c7.
I have text files with lines like these: -------------------------- .... ... rsubmit; ........ ........ endrsubmit;
I am trying to set an environment开发者_开发问答 in a KornShell (ksh) scipt using export DB_URL = jdbc@xyz.com
I want to remote into the KornShell (ksh) of a Unix server from a Windows box, I did this using perl and cygwin, is there another way of doing this and then after run several Unix commands from a text
I have the following: [root@alexandra SCB]# cat test_exit.sh #!/usr/bin/ksh if [[ -e \"test_exit.sh\" ]]; then
I run the following command on my AIX machine. /usr/java6_64/jre/bin/java -jar myapp.ja开发者_JAVA百科r
I have a host on which I don\'t have sudo. Its been setup with ksh, I\'m too used to bash and chsh doesn\'t work. So I put in a /bin/bash as the first line in the .profile on the system.