Sponsored Content
Top Forums Shell Programming and Scripting Modifying the shell script to select pattern Post 302934781 by Chubler_XL on Tuesday 10th of February 2015 03:02:48 PM
Old 02-10-2015
My guess for the splitting requirement is lines are to be split with "\" if they exceed 170 characters.

This could be achieved with:

Code:
srmls "$PATHNAME" | sed -En -e 's:^(/[^\/]+){4}::' -e "/$GREP/"'s/.{170}/&\\\n/gp'


Last edited by Chubler_XL; 02-10-2015 at 04:13 PM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Modifying a csv file from Shell Script

Hi all, I have some script that creates a temp csv file. What I need to do is do some search and replace and modify the file from my shell script. I know the commands to open the file and then apply the reg ex but wasnt sure how I could do this from a script and modify the file? Any help... (2 Replies)
Discussion started by: not4google
2 Replies

2. Shell Programming and Scripting

using SELECT sql statement in shell script

Hi there I have a database on a remote box and i have been using shell script to insert data into it for example, i could have a script that did this SN=123456 n=server1 m=x4140 sql="UPDATE main SET hostname='$n',model='$m' WHERE serial='$SN';" echo $sql |/usr/sfw/bin/mysql -h... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

3. UNIX for Dummies Questions & Answers

Modifying a shell script without using an editor

Hi all, I really wan't to know that how to edit a shell script with out using an editor.. Is there any command? (4 Replies)
Discussion started by: buddhi
4 Replies

4. Shell Programming and Scripting

How to use select into command in shell script?

I need to get total number of rows in a table by using select count(*) from table and need to assign into a variable in shell script. I used the following script, it does return the number of rows but also with oracle headers, Please help me to eliminate this headers. Shell Script #!/bin/sh... (16 Replies)
Discussion started by: vel4ever
16 Replies

5. Shell Programming and Scripting

Select combination unique using shell script

Hi All, bash-3.00$ gzgrep -i '\ ExecuteThread:' /******/******/******/******/stdout.log.txt.gz <Jan 7, 2012 5:54:55 PM UTC> <Error> <WebLogicServer> <BEA-000337> < ExecuteThread: '414' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "696" seconds working on the request... (4 Replies)
Discussion started by: osmanux
4 Replies

6. Shell Programming and Scripting

Execution problem with shell script for modifying a user

#/bin/sh echo "enter the user name" read $username echo "Enter new home directory" read $newhd usermod -d $newhd $username ;; error while executing : enter the user name Rev Enter new home directory: /home/58745 usermod: option requires an argument -- 'd' Try `usermod --help' or... (2 Replies)
Discussion started by: Revanth547
2 Replies

7. Shell Programming and Scripting

Modifying contents of the file in shell script

Hello all, I have a Kconfig file that looks like something below ... ================================ menu "Application type" config GUI_TYPE_STANDARD bool "Standard Application" source "cfg/config/std.in" source... (12 Replies)
Discussion started by: anand.shah
12 Replies

8. Shell Programming and Scripting

How to print the output of a select query using shell script?

HI, I want to connect to database and fetch the count from a table. The sql query is as below : select count(*) from table_test where test_column='read'; How can I print the output of this statement using shell script. Thanks in advance. (4 Replies)
Discussion started by: confused_info
4 Replies

9. Shell Programming and Scripting

Modifying/Adding in the DNS server entry using shell script

Dear Experts. I need to add/modify the entries in the DNS server and this has to be achieved using shell script and below is the requirement, could you please let me know if a shell script can be written for this task? 1. Log in to primary DNS server 2. Check /etc/named.conf if zone is... (4 Replies)
Discussion started by: VKIRUPHAKARAN
4 Replies

10. Linux

How to execute a simple select script using a shell script?

Hi team, I have two select statements and need to run them using SYSDBA user select * from temp_temp_seg_usage; select segment_name, tablespace_name, bytes/ (1024*1024) UsedMb from dba_segments where segment_name='TEMP_TEMP_SEG_USAGE'; Need to run this using a shell script say named... (1 Reply)
Discussion started by: pamsy78
1 Replies
FCPING(8)							  Open-FCoE Tools							 FCPING(8)

NAME
fcping - Fibre Channel Ping (ELS ECHO) tool SYNOPSIS
fcping [-fqx] [ -i interval ] [ -c count ] [ -s size ] -h source target source = interface | MAC | WWPN | FC-ID target = -P WWPN | -N WWPN | -F FC-ID DESCRIPTION
The fcping command performs the Fibre Channel FC-LS-2 ECHO ELS command and displays the reply. The max payload for fcping is 2108 bytes. When no -c is given, fcping will continue until user interrupts. OPTIONS
-f Flood ping -q Quiet! just print summary -x Hex dump of responses -i interval Wait interval seconds between each ping -c count Stop after sending count pings -h source Source is interface like ethX, MAC address, WWPN, or FC-ID -s size Byte-length of ping request payload (max 2108) -F FC-ID Destination port ID -P WWPN Destination world-wide port name -N WWNN Destination world-wide node name EXAMPLES
Sends ELS ECHO to Port FC-ID 0xbf0027 from interface n0.170 with max 3 pings. fcping -c 3 -h n0.170 -F 0xbf0027 sending echo to 0xBF0027 echo 1 accepted 16.170 ms echo 2 accepted 7.053 ms echo 3 accepted 6.803 ms 3 frames sent, 3 received 0 errors, 0.000% loss, avg. rt time 10.009 ms Sends ELS ECHO to WWNN 0x1000001B213C9DDA from interface n0.170 with max 3 pings and payload size 1500 bytes fcping -c 3 -h n0.170 -s 1500 -N 0x1000001B213C9DDA sending echo to 0xBF0027 echo 1 accepted 6.597 ms echo 2 accepted 6.925 ms echo 3 accepted 12.419 ms 3 frames sent, 3 received 0 errors, 0.000% loss, avg. rt time 8.647 ms Sends ELS ECHO to WWNN 0x1000001B213C9DDA from interface n0.170 continuously with payload of 32 bytes and hex-dump the reply to the screen fcping -x -h n0.170 -s 32 -N 0x1000001B213C9DDA sending echo to 0xBF0027 echo 1 accepted 6.937 ms response length 32 0 02000000 00000001 00010203 04050607 10 08090a0b 0c0d0e0f 10111213 14151617 echo 2 accepted 6.923 ms response length 32 0 02000000 00000002 00010203 04050607 10 08090a0b 0c0d0e0f 10111213 14151617 echo 3 accepted 84.929 ms response length 32 0 02000000 00000003 00010203 04050607 10 08090a0b 0c0d0e0f 10111213 14151617 SEE ALSO
fcoeadm(8) SUPPORT
fcping is part of the fcoe-utils package, maintained through the Open-FCoE project. Resources for both developers and users can be found at the Open-FCoE website http://open-fcoe.org/. Open-FCoE 05/24/2011 FCPING(8)
All times are GMT -4. The time now is 04:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy