Viral Patel

Some Useful Unix File Finding Commands

Some Useful Unix File Finding Commands

Following are some bunch of commands that might be useful if you want to find files in unix/linux. Large Files Find files larger than 10MB in the current directory downwards… Find files larger than...

JavaScript Array Remove an Element

JavaScript Array Remove an Element

Following is an example of JavaScript where we will remove elements from an array with Index and Value. There are different methods in JavaScript that we can use to remove elements. We will use...