AWK commands in LinuxAWK programming has various built in commands which enables scanning every record and field inside a file. However, one must be careful to use as Linux has eyes that can look spaces too. Basically AWK built in commands has defined values like field separator, record separator etc.AWK FS commandThe FS command actsContinueContinue reading “AWK Commands in Linux II”
Tag Archives: Linux Commands
AWK Commands in Linux I
Awk Linux TutorialAwk is a programming language which involves manipulation of data is a strict structured format. Awk stands proudly representing the names of its authors who dealt a great time with it. The authors were “Aho, Weinberger, and Kernighan”. Since Awk handles data very efficiently and sequentially hence it is used for basic patternContinueContinue reading “AWK Commands in Linux I”
Linux Background Process
Linux Background ProcessLinux is a multitasking operating system running various process at once, including foreground to background process. Its shell also allows the user to interact with the environment and put the desired process foreground or background or even kill.Firstly list the process running by the command ps. PID values must be know to killContinueContinue reading “Linux Background Process”