Skip to content

Explore Informatica

Extract – Transform & Load

Category: Shell Scripting

How to remove header and footer records of a flat file using UNIX shell script?

Use the below sed command to delete the Header record. i – Replace the original file1d – delete the first record in the file Use the below sed command to… Continue reading How to remove header and footer records of a flat file using UNIX shell script?

Published March 24, 2021
Categorized as Shell Scripting

How to add header record to a flat file using unix shell script

Add header to a file using SED command The below sed command will update the original file and insert the header before the first line of the file. 2. Add… Continue reading How to add header record to a flat file using unix shell script

Published March 24, 2021
Categorized as Shell Scripting

Execute multiple shell commands from a single command task in Informatica BDM

How to run multiple shell commands from a single command task in Informatica BDM. Just separate the commands with a semi colon, The integration service will execute the commands in… Continue reading Execute multiple shell commands from a single command task in Informatica BDM

Published March 11, 2021
Categorized as Informatica BDM, Shell Scripting

Execute Shell script using command task in Informatica BDM

How to Execute Shell script in Informatica BDM using command task. Most of the file operations and other functionalities can be done through a shell script quickly and informatica is… Continue reading Execute Shell script using command task in Informatica BDM

Published March 5, 2021
Categorized as Informatica BDM, Shell Scripting

How to get the counts of deleted files in unix/linux

How to get the counts of deleted files in unix/linux If you want to get the deleted files count by your rm command, use the verbose option (-v) and wc… Continue reading How to get the counts of deleted files in unix/linux

Published August 10, 2020
Categorized as Informatica, Shell Scripting Tagged Informatica BDM, Unix Shell Scripting in BDM

How to find all writable files by a specific user in unix

Linux find command to list all files writable by a specific user To find all writable files in current directory that are writable by the current user: use the command… Continue reading How to find all writable files by a specific user in unix

Published August 10, 2020
Categorized as Informatica, Shell Scripting Tagged Informatica BDM, Unix Shell Scripting in BDM

How to get only filename from find command in Linux?

How to get only filename from find command in Linux? Normally find command will retrieve the filename and its path as one string. If you want to display only the… Continue reading How to get only filename from find command in Linux?

Published July 29, 2020
Categorized as Informatica, Informatica BDM, Shell Scripting Tagged Informatica BDM, Unix Shell Scripting in BDM

How to Exclude All “Permission denied” messages When Using Find Command?

How to Exclude All “Permission denied” messages When Using Find Command in UNIX/LINUX? use 2>/dev/null The 2>/dev/null at the end of the find command tells your shell to redirect the… Continue reading How to Exclude All “Permission denied” messages When Using Find Command?

Published July 28, 2020
Categorized as Informatica, Shell Scripting Tagged Informatica BDM, Unix Shell Scripting in BDM
Explore Informatica
Proudly powered by WordPress.
Exit mobile version