Skip to main content

Home/ Linux/ Group items tagged find-command-unix

Rss Feed Group items tagged

Javin Paul

10 examples of using find command in UNIX - 0 views

  •  
    Here I am listing down some of the way I use find command regularly, I hope this would help some one who is new in UNIX and find command or any developer who has started working on UNIX environment. this list is by no means complete and just some of my favorites , if you have something to share please share via commenting.
Javin Paul

10 tips on working fast in UNIX - 0 views

  •  
    This is an excellent link I find related to Unix find command and how to use find command in unix , I have bookmarked it and using it frequently , It has really improved my productivity over couple of days , I am loving it:)my favorite unix find command example from this blog post is :6) How to find all text file which contains word Exception|,ERROR,Error} using find command in Linux ?
Djiezes Kraaijst

Computerworld - The A-Z of Programming Languages: BASH/Bourne-Again Shell - 0 views

  • Interviews The A-Z of Programming Languages: BASH/Bourne-Again ShellWhen the Bourne Shell found its identity
  • in this article we chat to Chet Ramey about his experience maintaining Bash.
  • In BASH's case, the problem to be solved was a free software version of the Posix standard shell to be part of the GNU system.
  • ...3 more annotations...
  • the original Bourne Shell was very influential, the various System V shell releases preserved that heritage, and the Posix committee used those versions as the basis for the standard they developed. Certainly the basic language syntax and built-in commands are direct descendants of the Bourne Shell's. Bash's additional features and functionality build on what the Bourne shell provided. As for source code and internal implementation, there's no relationship at all
  • Bash will continue to evolve as both an interactive environment and a programming language. I'd like to add more features that allow interested users to extend the shell in novel ways. The programmable completion system is an example of that kind of extension.
  • Do you have any advice for up-and-coming programmers? Find an area that interests you and get involved with an existing community. There are free software projects in just about any area of programming. The nuts-and-bolts -- which language you use, what programming environment you use, where you do your work -- are not as important as the passion and interest you bring to the work itself.
  •  
    an interview with Chet Ramey, maintainer of the bash-shell
1 - 3 of 3
Showing 20 items per page